added Re-Open button to billing page
[openemr.git] / ChangeLog
blob01c93017f1178695df80fd54c7424428523e377f
1 ------------------------------------------------------------------------
2 2007-06-05 lemonsoftware Added multiple_providers option 
3 This customization was made for Dutch version. It is controlled in globals.php
4 by $GLOBALS['select_multi_providers'] default set to false
5 ------------------------------------------------------------------------
6 2007-05-29 ballards In config.php, changed initial setting of global 
7 variable for the document repository from $GLOBALS['oer_config']['documents']['repository'] 
8 to $GLOBALS['oer_config']['documents']['repopath']
9 ------------------------------------------------------------------------
10 2007-05-04 ballards In library/sql-ledger.inc, changed function SLConnect()
11 to use  $GLOBALS['oer_config']['ws_accounting']['server'] as the
12 hostname instead of 'localhost'
13 ------------------------------------------------------------------------
14 r92 | rroark | 2005-02-08 10:30:48 -0800 (Tue, 08 Feb 2005) | 1 line
16 fixed bug that was keeping claims from generating sql-ledger invoices
17 ------------------------------------------------------------------------
18 r91 | rroark | 2005-02-07 20:56:23 -0800 (Mon, 07 Feb 2005) | 1 line
20 formSubmit() did not insert billing codes properly; perhaps this fix will save someone some grief
21 ------------------------------------------------------------------------
22 r90 | daryam | 2005-02-07 16:13:03 -0800 (Mon, 07 Feb 2005) | 1 line
24 fixed db error
25 ------------------------------------------------------------------------
26 r89 | james | 2005-02-07 16:06:10 -0800 (Mon, 07 Feb 2005) | 2 lines
28 changed weel to well
29 ------------------------------------------------------------------------
30 r88 | daryam | 2005-02-07 15:44:29 -0800 (Mon, 07 Feb 2005) | 1 line
32 fixed some dumb errors
33 ------------------------------------------------------------------------
34 r87 | daryam | 2005-02-07 08:43:55 -0800 (Mon, 07 Feb 2005) | 1 line
36 pulling out old unused forms and putting them in forms tree
37 ------------------------------------------------------------------------
38 r86 | daryam | 2005-02-04 14:22:00 -0800 (Fri, 04 Feb 2005) | 2 lines
40 updated unassinged to unassigned
41 ------------------------------------------------------------------------
42 r85 | daryam | 2005-02-04 13:33:10 -0800 (Fri, 04 Feb 2005) | 2 lines
44 added formate of date in the select screen
45 ------------------------------------------------------------------------
46 r84 | daryam | 2005-02-04 13:16:13 -0800 (Fri, 04 Feb 2005) | 2 lines
48 updated weel_child to well_child
49 ------------------------------------------------------------------------
50 r83 | daryam | 2005-02-03 12:06:35 -0800 (Thu, 03 Feb 2005) | 1 line
52 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
53 ------------------------------------------------------------------------
54 r82 | daryam | 2005-02-02 15:22:51 -0800 (Wed, 02 Feb 2005) | 1 line
56 fixed errors in reporting
57 ------------------------------------------------------------------------
58 r81 | rroark | 2005-02-02 14:05:52 -0800 (Wed, 02 Feb 2005) | 1 line
60 improve robustness and flexibility of parsing input dates
61 ------------------------------------------------------------------------
62 r80 | daryam | 2005-02-01 14:31:11 -0800 (Tue, 01 Feb 2005) | 1 line
64 added proxymed as x12 partner format type
65 ------------------------------------------------------------------------
66 r79 | rroark | 2005-02-01 12:38:47 -0800 (Tue, 01 Feb 2005) | 1 line
68 cosmetics: change yellow areas to blue, remove the gradient title image, vertically center navigation and title lines, make some frames resizable with borders
69 ------------------------------------------------------------------------
70 r78 | rroark | 2005-02-01 12:34:38 -0800 (Tue, 01 Feb 2005) | 1 line
72 fix for garbage at end of pdf output when printing a prescription
73 ------------------------------------------------------------------------
74 r77 | daryam | 2005-01-27 09:50:04 -0800 (Thu, 27 Jan 2005) | 1 line
76 Added as per Walt
77 ------------------------------------------------------------------------
78 r76 | daryam | 2005-01-24 08:09:21 -0800 (Mon, 24 Jan 2005) | 1 line
80 Moved web services to false in config.php:
81 ------------------------------------------------------------------------
82 r75 | daryam | 2005-01-20 17:19:46 -0800 (Thu, 20 Jan 2005) | 1 line
84 posting to self so you don't have to go back and forth between diagnosis to add codes
85 ------------------------------------------------------------------------
86 r74 | james | 2005-01-20 16:19:48 -0800 (Thu, 20 Jan 2005) | 2 lines
88 there is nothing here
89 ------------------------------------------------------------------------
90 r73 | daryam | 2005-01-19 11:04:48 -0800 (Wed, 19 Jan 2005) | 1 line
92 backing out commit
93 ------------------------------------------------------------------------
94 r72 | daryam | 2005-01-19 10:59:42 -0800 (Wed, 19 Jan 2005) | 1 line
96 OpenEMR requires register_globals off to run properly, setting that in a .htaccess file
97 ------------------------------------------------------------------------
98 r71 | daryam | 2005-01-17 10:10:59 -0800 (Mon, 17 Jan 2005) | 1 line
100 fixed various errors with calendaring
101 ------------------------------------------------------------------------
102 r70 | daryam | 2005-01-17 10:08:18 -0800 (Mon, 17 Jan 2005) | 1 line
104 url escaping name
105 ------------------------------------------------------------------------
106 r69 | daryam | 2005-01-17 10:00:52 -0800 (Mon, 17 Jan 2005) | 1 line
108 Breaking out superbill to it's own page
109 ------------------------------------------------------------------------
110 r68 | daryam | 2005-01-17 09:59:39 -0800 (Mon, 17 Jan 2005) | 1 line
112 Added ability to set date on encounter
113 ------------------------------------------------------------------------
114 r67 | daryam | 2005-01-17 09:57:44 -0800 (Mon, 17 Jan 2005) | 1 line
116 Added ability to assign a date to an encounter
117 ------------------------------------------------------------------------
118 r66 | james | 2005-01-06 09:03:16 -0800 (Thu, 06 Jan 2005) | 2 lines
120 updated to work with sql ledger
121 ------------------------------------------------------------------------
122 r65 | james | 2005-01-06 08:44:24 -0800 (Thu, 06 Jan 2005) | 2 lines
124 updated to workaround  global arrray issue
125 ------------------------------------------------------------------------
126 r64 | daryam | 2004-12-22 11:40:37 -0800 (Wed, 22 Dec 2004) | 1 line
128 new auth scheme
129 ------------------------------------------------------------------------
130 r63 | daryam | 2004-12-22 11:40:09 -0800 (Wed, 22 Dec 2004) | 1 line
132 Code to break out superbill and seperate codes
133 ------------------------------------------------------------------------
134 r62 | daryam | 2004-12-22 11:38:18 -0800 (Wed, 22 Dec 2004) | 1 line
136 using db sequence for encounter now
137 ------------------------------------------------------------------------
138 r61 | (no author) | 2004-12-21 22:49:25 -0800 (Tue, 21 Dec 2004) | 1 line
139 ------------------------------------------------------------------------
140 r60 | (no author) | 2004-12-21 22:43:28 -0800 (Tue, 21 Dec 2004) | 1 line
141 ------------------------------------------------------------------------
142 r59 | (no author) | 2004-12-17 20:28:29 -0800 (Fri, 17 Dec 2004) | 1 line
143 ------------------------------------------------------------------------
144 r58 | (no author) | 2004-12-17 20:27:30 -0800 (Fri, 17 Dec 2004) | 1 line
145 ------------------------------------------------------------------------
146 r57 | daryam | 2004-12-16 15:54:50 -0800 (Thu, 16 Dec 2004) | 1 line
148 changed frameset to break out superbill
149 ------------------------------------------------------------------------
150 r56 | daryam | 2004-12-16 15:54:15 -0800 (Thu, 16 Dec 2004) | 1 line
152 Added a back link and changed more to use self as target
153 ------------------------------------------------------------------------
154 r55 | daryam | 2004-12-16 15:52:39 -0800 (Thu, 16 Dec 2004) | 1 line
156 Changed target of superbill to main
157 ------------------------------------------------------------------------
158 r54 | daryam | 2004-12-16 15:28:50 -0800 (Thu, 16 Dec 2004) | 1 line
160 Can now select date of service for an encounter
161 ------------------------------------------------------------------------
162 r53 | daryam | 2004-12-16 15:28:19 -0800 (Thu, 16 Dec 2004) | 1 line
164 added ability to pass date to addForm function
165 ------------------------------------------------------------------------
166 r52 | daryam | 2004-12-16 10:49:25 -0800 (Thu, 16 Dec 2004) | 2 lines
168 Created branch for eHDL code line
169 ------------------------------------------------------------------------
170 r51 | daryam | 2004-12-16 10:46:10 -0800 (Thu, 16 Dec 2004) | 1 line
172 Delete top level items, they are now in trunk
173 ------------------------------------------------------------------------
174 r50 | daryam | 2004-12-16 10:41:01 -0800 (Thu, 16 Dec 2004) | 2 lines
176 Copy current revision into trunk, this will be the main code line now
177 ------------------------------------------------------------------------
178 r49 | daryam | 2004-12-16 10:40:03 -0800 (Thu, 16 Dec 2004) | 1 line
180 added extra directories to track branches and main line
181 ------------------------------------------------------------------------
182 r48 | daryam | 2004-11-17 13:49:42 -0800 (Wed, 17 Nov 2004) | 1 line
184 added state to infor passed with customer
185 ------------------------------------------------------------------------
186 r47 | daryam | 2004-11-17 12:32:17 -0800 (Wed, 17 Nov 2004) | 1 line
188 Fixed error with ffa not carrying event title over
189 ------------------------------------------------------------------------
190 r46 | daryam | 2004-11-17 09:14:31 -0800 (Wed, 17 Nov 2004) | 1 line
192 comment
193 ------------------------------------------------------------------------
194 r45 | james | 2004-11-16 15:18:42 -0800 (Tue, 16 Nov 2004) | 2 lines
196 updated for findfirst dur/start hour/min 
197 ------------------------------------------------------------------------
198 r44 | james | 2004-11-16 15:18:04 -0800 (Tue, 16 Nov 2004) | 2 lines
200 pass along dur/start min/hour
201 ------------------------------------------------------------------------
202 r43 | james | 2004-11-16 15:07:35 -0800 (Tue, 16 Nov 2004) | 2 lines
204 updated to pass dur hour/min through double book error
205 ------------------------------------------------------------------------
206 r42 | james | 2004-11-16 15:07:00 -0800 (Tue, 16 Nov 2004) | 2 lines
208 updated so that dur min/hr get passed by double bookings
209 ------------------------------------------------------------------------
210 r41 | james | 2004-11-15 10:45:44 -0800 (Mon, 15 Nov 2004) | 3 lines
212 find first bug fix 
213 ------------------------------------------------------------------------
214 r40 | daryam | 2004-11-13 11:57:31 -0800 (Sat, 13 Nov 2004) | 1 line
216 fixed typo in status
217 ------------------------------------------------------------------------
218 r39 | daryam | 2004-11-10 11:59:29 -0800 (Wed, 10 Nov 2004) | 1 line
220 Added Comment function
221 ------------------------------------------------------------------------
222 r38 | daryam | 2004-11-10 10:09:53 -0800 (Wed, 10 Nov 2004) | 1 line
224 added date of last visit
225 ------------------------------------------------------------------------
226 r37 | daryam | 2004-11-09 15:44:21 -0800 (Tue, 09 Nov 2004) | 1 line
228 added dateoflastvisit function
229 ------------------------------------------------------------------------
230 r36 | daryam | 2004-11-09 11:16:31 -0800 (Tue, 09 Nov 2004) | 1 line
232 added defaults
233 ------------------------------------------------------------------------
234 r35 | daryam | 2004-11-08 13:34:03 -0800 (Mon, 08 Nov 2004) | 1 line
236 reverted to PnVar inc for time
237 ------------------------------------------------------------------------
238 r34 | daryam | 2004-11-05 14:13:00 -0800 (Fri, 05 Nov 2004) | 1 line
240 added button to menu class
241 ------------------------------------------------------------------------
242 r33 | daryam | 2004-11-05 13:55:16 -0800 (Fri, 05 Nov 2004) | 1 line
244 backwards logic
245 ------------------------------------------------------------------------
246 r32 | daryam | 2004-11-05 13:52:43 -0800 (Fri, 05 Nov 2004) | 1 line
248 Fixed yet another bug in patient finder
249 ------------------------------------------------------------------------
250 r31 | daryam | 2004-11-05 13:06:43 -0800 (Fri, 05 Nov 2004) | 1 line
252 enabled prescription faxing
253 ------------------------------------------------------------------------
254 r30 | daryam | 2004-11-05 13:06:19 -0800 (Fri, 05 Nov 2004) | 1 line
256 Fixed patient finder bug
257 ------------------------------------------------------------------------
258 r29 | daryam | 2004-11-05 12:18:01 -0800 (Fri, 05 Nov 2004) | 1 line
260 enabled faxing
261 ------------------------------------------------------------------------
262 r28 | daryam | 2004-11-04 10:19:49 -0800 (Thu, 04 Nov 2004) | 1 line
264 Added signature config
265 ------------------------------------------------------------------------
266 r27 | daryam | 2004-11-04 10:18:54 -0800 (Thu, 04 Nov 2004) | 1 line
268 added signature to printout
269 ------------------------------------------------------------------------
270 r26 | daryam | 2004-11-03 18:15:04 -0800 (Wed, 03 Nov 2004) | 1 line
272 fixed error in FFA
273 ------------------------------------------------------------------------
274 r25 | james | 2004-11-03 14:00:53 -0800 (Wed, 03 Nov 2004) | 2 lines
276 fixed view so that when an admin logs in the calandar view is of only thier events 
277 ------------------------------------------------------------------------
278 r24 | james | 2004-11-03 12:19:53 -0800 (Wed, 03 Nov 2004) | 2 lines
280 updated look and functionality of week view
281 ------------------------------------------------------------------------
282 r23 | james | 2004-11-03 12:17:53 -0800 (Wed, 03 Nov 2004) | 2 lines
284 updated look and functionality of week view
285 ------------------------------------------------------------------------
286 r22 | daryam | 2004-11-03 11:19:16 -0800 (Wed, 03 Nov 2004) | 1 line
288 changed configured back to 0
289 ------------------------------------------------------------------------
290 r21 | daryam | 2004-11-03 11:15:25 -0800 (Wed, 03 Nov 2004) | 1 line
292 Fixed error in FFA where all needed data not carried over
293 ------------------------------------------------------------------------
294 r20 | daryam | 2004-11-03 08:09:23 -0800 (Wed, 03 Nov 2004) | 1 line
296 removed best branch
297 ------------------------------------------------------------------------
298 r19 | james | 2004-11-02 22:47:11 -0800 (Tue, 02 Nov 2004) | 2 lines
300 updated to really fix this time.... REALLY
301 ------------------------------------------------------------------------
302 r18 | daryam | 2004-11-02 21:44:57 -0800 (Tue, 02 Nov 2004) | 1 line
304 tracking previous calendar page
305 ------------------------------------------------------------------------
306 r17 | daryam | 2004-11-02 21:40:49 -0800 (Tue, 02 Nov 2004) | 1 line
308 removed branches
309 ------------------------------------------------------------------------
310 r16 | daryam | 2004-11-02 21:32:21 -0800 (Tue, 02 Nov 2004) | 2 lines
312 import to best tree
313 ------------------------------------------------------------------------
314 r15 | daryam | 2004-11-02 21:29:17 -0800 (Tue, 02 Nov 2004) | 2 lines
316 Import best code to tree
317 ------------------------------------------------------------------------
318 r14 | daryam | 2004-11-02 21:22:05 -0800 (Tue, 02 Nov 2004) | 3 lines
320 Import branch from best
321 ------------------------------------------------------------------------
322 r13 | daryam | 2004-11-02 21:15:19 -0800 (Tue, 02 Nov 2004) | 1 line
324 deleted branches
325 ------------------------------------------------------------------------
326 r12 | james | 2004-11-02 21:06:58 -0800 (Tue, 02 Nov 2004) | 2 lines
328 updated for darya :) ... And to get the week view to work with calendar intervals 
329 ------------------------------------------------------------------------
330 r11 | daryam | 2004-11-02 21:05:43 -0800 (Tue, 02 Nov 2004) | 2 lines
332 Import of best code to our tree as branch
333 ------------------------------------------------------------------------
334 r10 | daryam | 2004-11-02 20:22:33 -0800 (Tue, 02 Nov 2004) | 2 lines
336 Import branch
337 ------------------------------------------------------------------------
338 r9 | daryam | 2004-11-02 16:54:54 -0800 (Tue, 02 Nov 2004) | 1 line
340 limits are tied to providers
341 ------------------------------------------------------------------------
342 r8 | james | 2004-11-02 14:35:04 -0800 (Tue, 02 Nov 2004) | 2 lines
344 fixed edit event date so if the end day month year are 0 (no end date) changes day month year to today.
345 ------------------------------------------------------------------------
346 r7 | james | 2004-11-02 14:07:05 -0800 (Tue, 02 Nov 2004) | 2 lines
348 updated name of day_calendar_interval to calendar_interval
349 ------------------------------------------------------------------------
350 r6 | james | 2004-11-02 13:59:19 -0800 (Tue, 02 Nov 2004) | 2 lines
352 updated weekview to have configurable intervals and renamed the var day_calendar_interval to calendar_interval 
353 ------------------------------------------------------------------------
354 r5 | daryam | 2004-11-02 09:12:22 -0800 (Tue, 02 Nov 2004) | 1 line
356 made middlename default to ''
357 ------------------------------------------------------------------------
358 r4 | daryam | 2004-11-02 08:51:53 -0800 (Tue, 02 Nov 2004) | 1 line
360 Tied providerid to limit
361 ------------------------------------------------------------------------
362 r3 | daryam | 2004-11-01 15:06:26 -0800 (Mon, 01 Nov 2004) | 1 line
364 test2
365 ------------------------------------------------------------------------
366 r2 | daryam | 2004-11-01 15:04:49 -0800 (Mon, 01 Nov 2004) | 1 line
368 test
369 ------------------------------------------------------------------------
370 r1 | (no author) | 2004-11-01 14:44:02 -0800 (Mon, 01 Nov 2004) | 2 lines
372 Initial import of openemr to the new subversion server
373 ------------------------------------------------------------------------
375 Changes from 2.7.2 until 2.7.3-rc1:
378 Working file: INSTALL
379 date: 2005/10/24 16:22:41;  author: sunsetsystems;  state: Exp;  lines: +10 -7
380 added and revised some notes about directories
381 date: 2005/09/29 15:23:27;  author: sunsetsystems;  state: Exp;  lines: +2 -2
382 added phpGACL setup utility
384 Working file: acl_setup.php
385 date: 2005/10/21 00:51:41;  author: andres_paglayan;  state: Exp;  lines: +170 -169
386 batchcom authorization added for admin
387 date: 2005/10/20 01:22:04;  author: sunsetsystems;  state: Exp;  lines: +2 -1
388 added ability (for superuser only) to delete patients, encounters, issues
389 date: 2005/09/29 15:23:27;  author: sunsetsystems;  state: Exp;
390 added phpGACL setup utility
392 Working file: setup.php
393 date: 2005/10/26 18:07:48;  author: andres_paglayan;  state: Exp;  lines: +9 -0
394 some info added
395 date: 2005/10/05 00:08:49;  author: sunsetsystems;  state: Exp;  lines: +33 -37
396 fixed a couple of silly display errors
398 Working file: Documentation/README.phpgacl
399 date: 2005/09/29 15:23:27;  author: sunsetsystems;  state: Exp;  lines: +26 -42
400 added phpGACL setup utility
401 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +8 -4
402 phpgacl implementation updates
403 date: 2005/08/02 23:53:46;  author: sunsetsystems;  state: Exp;
404 initial checkin
406 Working file: Documentation/modifications.txt
407 date: 2005/06/23 05:28:00;  author: drbowen;  state: Exp;  lines: +0 -0
408 Initial import.
410 Working file: accounting/README.sql-ledger
411 date: 2005/06/01 13:57:19;  author: sunsetsystems;  state: Exp;
412 branches:  1.1.1;
414 Working file: accounting/sql-ledger.conf
415 date: 2005/06/01 13:57:19;  author: sunsetsystems;  state: Exp;
416 branches:  1.1.1;
418 Working file: accounting/ws_server.pl
419 date: 2005/06/01 13:57:19;  author: sunsetsystems;  state: Exp;
420 branches:  1.1.1;
422 Working file: contrib/forms/assessment_intake/info.txt
423 date: 2005/10/22 19:23:42;  author: sunsetsystems;  state: Exp;
424 new form from jim proctor
426 Working file: contrib/forms/clinical_notes/info.txt
427 date: 2005/10/05 00:12:20;  author: sunsetsystems;  state: Exp;
428 initial checkin
430 Working file: contrib/forms/podiatry/info.txt
431 date: 2005/10/20 22:27:51;  author: sunsetsystems;  state: Exp;
432 initial checkin
434 Working file: contrib/forms/podiatry/report.php
435 date: 2005/10/28 05:19:12;  author: sunsetsystems;  state: Exp;  lines: +1 -0
436 force just one column
437 date: 2005/10/20 22:27:51;  author: sunsetsystems;  state: Exp;
438 initial checkin
440 Working file: contrib/forms/soccer_injury/info.txt
441 date: 2005/08/02 23:51:33;  author: sunsetsystems;  state: Exp;
442 new encounter form
444 Working file: contrib/forms/specialist_notes/info.txt
445 date: 2005/10/05 00:12:20;  author: sunsetsystems;  state: Exp;
446 initial checkin
448 Working file: contrib/forms/sports_fitness/info.txt
449 date: 2005/08/02 23:51:33;  author: sunsetsystems;  state: Exp;
450 new encounter form
452 Working file: contrib/forms/well_child/FormWellChild.class.php
453 date: 2005/08/24 14:49:47;  author: tekknogenius;  state: Exp;  lines: +2 -2
454 corrected typo and logic error
456 Working file: contrib/forms/well_child/report.php
457 date: 2005/08/24 14:49:47;  author: tekknogenius;  state: Exp;  lines: +1 -1
458 corrected typo and logic error
460 Working file: contrib/forms/well_infant/report.php
461 date: 2005/08/24 14:51:33;  author: tekknogenius;  state: Exp;  lines: +1 -1
462 corrected table name from form_weel_child to form_well_infant
464 Working file: contrib/util/backup_oemr.sh
465 date: 2005/08/29 22:20:10;  author: andres_paglayan;  state: Exp;  lines: +5 -1
466 added bzip and newer-than date to the tar part of the script.
467 date: 2005/08/01 19:38:18;  author: andres_paglayan;  state: Exp;  lines: +13 -15
468 dump for sql-ledger added
469 date: 2005/07/25 22:41:58;  author: andres_paglayan;  state: Exp;
470 This file is a basic script than can be cronned to backup an openemr sys to a cd
472 Working file: controllers/C_InsuranceNumbers.class.php
473 date: 2005/07/16 15:07:09;  author: tekknogenius;  state: Exp;  lines: +0 -1
474 removed extra line at end of file, caused header info being sent
475 date: 2005/07/06 02:38:55;  author: tekknogenius;  state: Exp;  lines: +112 -104
476 Added rendering provider number and type
478 Working file: controllers/C_Prescription.class.php
479 date: 2005/07/16 15:08:44;  author: tekknogenius;  state: Exp;  lines: +8 -3
480 configurable paper size and margins via config.php
481 date: 2005/06/25 17:09:26;  author: tekknogenius;  state: Exp;  lines: +2 -2
482 fixed typo elseif to else
483 date: 2005/06/10 16:16:40;  author: andres_paglayan;  state: Exp;  lines: +5 -2
484 little logic fixed in auto send at send_action_process function
486 Working file: custom/code_types.inc.php
487 date: 2005/10/17 17:07:23;  author: sunsetsystems;  state: Exp;  lines: +4 -2
488 added ucsmc codes for uk sports medicine
489 date: 2005/08/12 05:29:10;  author: sunsetsystems;  state: Exp;  lines: +2 -1
490 added physiotherapy codes for sports medicine
491 date: 2005/06/06 18:04:01;  author: sunsetsystems;  state: Exp;
492 branches:  1.1.1;
494 Working file: custom/export_xml.php
495 date: 2005/08/26 17:11:35;  author: sunsetsystems;  state: Exp;
496 added xml-based patient export and import
498 Working file: custom/import_xml.php
499 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +3 -0
500 implemented squads as access control objects
501 date: 2005/08/26 17:11:35;  author: sunsetsystems;  state: Exp;
502 added xml-based patient export and import
504 Working file: images/space.gif
505 date: 2005/10/23 01:17:58;  author: sunsetsystems;  state: Exp;
506 from jim proctor for assessment_intake form
508 Working file: includes/config.php
509 date: 2005/08/10 06:19:34;  author: sunsetsystems;  state: Exp;  lines: +4 -4
510 more sensible default settings
511 date: 2005/07/16 15:08:45;  author: tekknogenius;  state: Exp;  lines: +17 -3
512 configurable paper size and margins via config.php
513 date: 2005/06/25 20:32:42;  author: tekknogenius;  state: Exp;  lines: +3 -1
514 Added option to use signature graphic or not instead of testing if the signature graphic existed
516 Working file: interface/globals.php
517 date: 2005/07/08 15:10:18;  author: sunsetsystems;  state: Exp;  lines: +4 -5
518 adding appointment status and option to include appt title in calendar display
519 date: 2005/07/03 07:19:52;  author: sunsetsystems;  state: Exp;  lines: +2 -2
520 version bump to 2.7.3-rc1
521 date: 2005/06/20 17:44:24;  author: sunsetsystems;  state: Exp;  lines: +5 -3
522 updates for support of team sports medicine
523 date: 2005/06/14 12:20:15;  author: sunsetsystems;  state: Exp;  lines: +5 -0
524 rewrote display and editing of medical problems, allergies, medications and surgeries
525 date: 2005/06/03 12:56:50;  author: tekknogenius;  state: Exp;  lines: +1 -1
526 Removed the 'rc2' from the tag
528 Working file: interface/login_screen.php
529 date: 2005/09/29 15:25:38;  author: sunsetsystems;  state: Exp;  lines: +8 -8
530 work around mozilla bug with onload and https
532 Working file: interface/batchcom/batchCSV.php
533 date: 2005/10/21 19:00:17;  author: andres_paglayan;  state: Exp;  lines: +1 -1
534 other features added
535 date: 2005/10/21 00:54:28;  author: andres_paglayan;  state: Exp;
536 initial commit for batchcom module
538 Working file: interface/batchcom/batchEmail.php
539 date: 2005/10/21 19:49:59;  author: andres_paglayan;  state: Exp;  lines: +4 -0
540 table registry added
541 date: 2005/10/21 19:00:17;  author: andres_paglayan;  state: Exp;  lines: +51 -2
542 other features added
543 date: 2005/10/21 00:54:28;  author: andres_paglayan;  state: Exp;
544 initial commit for batchcom module
546 Working file: interface/batchcom/batchPhoneList.php
547 date: 2005/10/21 19:00:17;  author: andres_paglayan;  state: Exp;  lines: +41 -1
548 other features added
549 date: 2005/10/21 00:54:28;  author: andres_paglayan;  state: Exp;
550 initial commit for batchcom module
552 Working file: interface/batchcom/batchcom.css
553 date: 2005/10/21 00:54:28;  author: andres_paglayan;  state: Exp;
554 initial commit for batchcom module
556 Working file: interface/batchcom/batchcom.inc.php
557 date: 2005/10/21 19:49:59;  author: andres_paglayan;  state: Exp;  lines: +44 -25
558 table registry added
559 date: 2005/10/21 00:54:28;  author: andres_paglayan;  state: Exp;
560 initial commit for batchcom module
562 Working file: interface/batchcom/batchcom.php
563 date: 2005/10/21 19:00:17;  author: andres_paglayan;  state: Exp;  lines: +12 -0
564 other features added
565 date: 2005/10/21 00:54:28;  author: andres_paglayan;  state: Exp;
566 initial commit for batchcom module
568 Working file: interface/billing/billing_process.php
569 date: 2005/10/17 17:14:27;  author: sunsetsystems;  state: Exp;  lines: +6 -2
570 added ub-92 support
571 date: 2005/06/06 17:51:59;  author: sunsetsystems;  state: Exp;  lines: +3 -5
572 ignore deleted items
574 Working file: interface/billing/billing_report.php
575 date: 2005/10/17 17:14:27;  author: sunsetsystems;  state: Exp;  lines: +9 -5
576 added ub-92 support
577 date: 2005/06/06 18:04:01;  author: sunsetsystems;  state: Exp;  lines: +3 -1
578 implemented customization of billing code types
580 Working file: interface/billing/sl_eob_help.php
581 date: 2005/06/25 17:16:46;  author: sunsetsystems;  state: Exp;  lines: +25 -15
582 use insurance-done flags to track who is responsible for payment rather than relying on due dates
584 Working file: interface/billing/sl_eob_invoice.php
585 date: 2005/07/18 21:46:15;  author: sunsetsystems;  state: Exp;  lines: +1 -0
586 added "bad check" as an adjustment reason
587 date: 2005/06/25 17:16:46;  author: sunsetsystems;  state: Exp;  lines: +24 -8
588 use insurance-done flags to track who is responsible for payment rather than relying on due dates
589 date: 2005/06/20 17:41:46;  author: sunsetsystems;  state: Exp;  lines: +103 -18
590 misc improvements
591 date: 2005/06/14 12:03:28;  author: sunsetsystems;  state: Exp;  lines: +67 -10
592 improved tracking of insurance during searching and posting
593 date: 2005/06/06 18:04:01;  author: sunsetsystems;  state: Exp;  lines: +66 -4
594 implemented customization of billing code types
596 Working file: interface/billing/sl_eob_search.php
597 date: 2005/06/25 17:16:46;  author: sunsetsystems;  state: Exp;  lines: +38 -27
598 use insurance-done flags to track who is responsible for payment rather than relying on due dates
599 date: 2005/06/20 17:41:46;  author: sunsetsystems;  state: Exp;  lines: +21 -4
600 misc improvements
601 date: 2005/06/14 12:03:28;  author: sunsetsystems;  state: Exp;  lines: +18 -1
602 improved tracking of insurance during searching and posting
603 date: 2005/06/06 17:58:31;  author: sunsetsystems;  state: Exp;  lines: +30 -5
604 enhancements for patient statements and showing everything due
606 Working file: interface/forms/ankleinjury/report.php
607 date: 2005/06/23 17:39:11;  author: sunsetsystems;  state: Exp;  lines: +28 -23
608 fixed some display and logic bugs
610 Working file: interface/forms/fee_sheet/codes.php
611 date: 2005/06/06 18:04:02;  author: sunsetsystems;  state: Exp;  lines: +12 -11
612 implemented customization of billing code types
614 Working file: interface/forms/fee_sheet/new.php
615 date: 2005/10/17 17:10:31;  author: sunsetsystems;  state: Exp;  lines: +13 -5
616 added ucsmc codes for uk sports medicine; allow selection of providers not in the calendar
617 date: 2005/07/03 07:20:53;  author: sunsetsystems;  state: Exp;  lines: +5 -2
618 allow cpt4 codes in opcs lists
619 date: 2005/06/06 18:04:02;  author: sunsetsystems;  state: Exp;  lines: +60 -52
620 implemented customization of billing code types
622 Working file: interface/forms/fee_sheet/view.php
623 date: 2005/10/17 17:10:42;  author: sunsetsystems;  state: Exp;  lines: +13 -5
624 added ucsmc codes for uk sports medicine; allow selection of providers not in the calendar
625 date: 2005/07/03 07:20:54;  author: sunsetsystems;  state: Exp;  lines: +5 -2
626 allow cpt4 codes in opcs lists
627 date: 2005/06/06 18:04:02;  author: sunsetsystems;  state: Exp;  lines: +60 -52
628 implemented customization of billing code types
630 Working file: interface/forms/newpatient/new.php
631 date: 2005/10/20 01:19:03;  author: sunsetsystems;  state: Exp;  lines: +17 -0
632 better permissions checking
633 date: 2005/09/09 18:54:14;  author: sunsetsystems;  state: Exp;  lines: +5 -0
634 simplified adding/removing issue types and added dental as a type
635 date: 2005/08/28 16:59:52;  author: sunsetsystems;  state: Exp;  lines: +45 -11
636 use improved date selectors
637 date: 2005/08/12 05:23:57;  author: sunsetsystems;  state: Exp;  lines: +1 -1
638 work around ie bug
639 date: 2005/07/18 21:49:05;  author: sunsetsystems;  state: Exp;  lines: +129 -67
640 added ability to select related issues
642 Working file: interface/forms/newpatient/save.php
643 date: 2005/08/28 16:59:52;  author: sunsetsystems;  state: Exp;  lines: +13 -8
644 use improved date selectors
645 date: 2005/07/18 21:49:43;  author: sunsetsystems;  state: Exp;  lines: +46 -38
646 added ability to select related issues
648 Working file: interface/forms/newpatient/view.php
649 date: 2005/09/09 18:54:14;  author: sunsetsystems;  state: Exp;  lines: +5 -0
650 simplified adding/removing issue types and added dental as a type
651 date: 2005/08/28 16:59:52;  author: sunsetsystems;  state: Exp;  lines: +52 -18
652 use improved date selectors
653 date: 2005/08/12 05:24:12;  author: sunsetsystems;  state: Exp;  lines: +1 -1
654 work around ie bug
655 date: 2005/07/18 21:49:15;  author: sunsetsystems;  state: Exp;  lines: +149 -76
656 added ability to select related issues
657 date: 2005/06/06 18:01:14;  author: sunsetsystems;  state: Exp;  lines: +5 -4
658 put changing of encounter dates under access control
660 Working file: interface/forms/soap/report.php
661 date: 2005/10/28 05:18:57;  author: sunsetsystems;  state: Exp;  lines: +23 -22
662 force just one column
664 Working file: interface/main/main_navigation.php
665 date: 2005/09/09 18:54:14;  author: sunsetsystems;  state: Exp;  lines: +10 -2
666 simplified adding/removing issue types and added dental as a type
667 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +7 -1
668 phpgacl implementation updates
669 date: 2005/06/12 20:57:33;  author: sunsetsystems;  state: Exp;  lines: +1 -1
670 allow lastname,firstname in patient search
672 Working file: interface/main/main_screen.php
673 date: 2005/07/05 22:38:43;  author: sunsetsystems;  state: Exp;  lines: +20 -49
674 new code to manage appointments and other calendar events with popup windows
675 date: 2005/07/03 07:27:16;  author: sunsetsystems;  state: Exp;  lines: +19 -20
676 for sports team use show the player roster initially instead of the calendar
678 Working file: interface/main/authorizations/authorizations.php
679 date: 2005/07/05 22:38:43;  author: sunsetsystems;  state: Exp;  lines: +2 -30
680 new code to manage appointments and other calendar events with popup windows
682 Working file: interface/main/calendar/add_edit_event.php
683 date: 2005/08/12 05:25:20;  author: sunsetsystems;  state: Exp;  lines: +6 -4
684 use default durations from categories
685 date: 2005/07/08 15:10:18;  author: sunsetsystems;  state: Exp;  lines: +49 -10
686 adding appointment status and option to include appt title in calendar display
687 date: 2005/07/05 22:35:51;  author: sunsetsystems;  state: Exp;
688 new code to manage appointments and other calendar events with popup windows
690 Working file: interface/main/calendar/find_appt_popup.php
691 date: 2005/07/05 22:35:51;  author: sunsetsystems;  state: Exp;
692 new code to manage appointments and other calendar events with popup windows
694 Working file: interface/main/calendar/find_patient.php
695 date: 2005/06/12 20:57:33;  author: sunsetsystems;  state: Exp;  lines: +1 -1
696 allow lastname,firstname in patient search
698 Working file: interface/main/calendar/find_patient_popup.php
699 date: 2005/07/05 22:35:51;  author: sunsetsystems;  state: Exp;
700 new code to manage appointments and other calendar events with popup windows
702 Working file: interface/main/calendar/modules/PostCalendar/pnuser.php
703 date: 2005/07/01 01:36:17;  author: sunsetsystems;  state: Exp;  lines: +212 -208
704 hopefully all-day events will work now
706 Working file: interface/main/calendar/modules/PostCalendar/pnuserapi.php
707 date: 2005/07/08 15:10:18;  author: sunsetsystems;  state: Exp;  lines: +404 -413
708 adding appointment status and option to include appt title in calendar display
710 Working file: interface/main/calendar/modules/PostCalendar/pntemplates/default/views/day/default.html
711 date: 2005/07/08 15:10:18;  author: sunsetsystems;  state: Exp;  lines: +8 -3
712 adding appointment status and option to include appt title in calendar display
713 date: 2005/07/05 22:37:40;  author: sunsetsystems;  state: Exp;  lines: +27 -20
714 new code to manage appointments and other calendar events with popup windows
715 date: 2005/06/30 23:50:33;  author: sunsetsystems;  state: Exp;  lines: +1 -1
716 oops, fix to last fix
717 date: 2005/06/30 23:30:59;  author: sunsetsystems;  state: Exp;  lines: +5 -4
718 fixed time comparison bug
720 Working file: interface/main/calendar/modules/PostCalendar/pntemplates/default/views/week/default.html
721 date: 2005/07/08 15:10:18;  author: sunsetsystems;  state: Exp;  lines: +8 -3
722 adding appointment status and option to include appt title in calendar display
723 date: 2005/07/05 22:37:40;  author: sunsetsystems;  state: Exp;  lines: +27 -20
724 new code to manage appointments and other calendar events with popup windows
725 date: 2005/06/30 23:50:33;  author: sunsetsystems;  state: Exp;  lines: +1 -1
726 oops, fix to last fix
727 date: 2005/06/30 23:30:59;  author: sunsetsystems;  state: Exp;  lines: +5 -4
728 fixed time comparison bug
730 Working file: interface/main/finder/finder_navigation.php
731 date: 2005/06/12 20:57:33;  author: sunsetsystems;  state: Exp;  lines: +1 -1
732 allow lastname,firstname in patient search
734 Working file: interface/new/new.php
735 date: 2005/08/26 17:10:06;  author: sunsetsystems;  state: Exp;  lines: +73 -52
736 cosmetics
738 Working file: interface/new/new_patient_save.php
739 date: 2005/08/26 17:10:06;  author: sunsetsystems;  state: Exp;  lines: +71 -66
740 cosmetics
742 Working file: interface/patient_file/deleter.php
743 date: 2005/10/24 18:23:09;  author: sunsetsystems;  state: Exp;  lines: +3 -1
744 misc cosmetic cleanups for sports team use
745 date: 2005/10/20 01:22:04;  author: sunsetsystems;  state: Exp;
746 added ability (for superuser only) to delete patients, encounters, issues
748 Working file: interface/patient_file/navigation.php
749 date: 2005/09/29 15:28:17;  author: sunsetsystems;  state: Exp;  lines: +1 -0
750 added appointments report
751 date: 2005/08/26 17:11:35;  author: sunsetsystems;  state: Exp;  lines: +8 -6
752 added xml-based patient export and import
753 date: 2005/08/10 06:17:10;  author: sunsetsystems;  state: Exp;  lines: +7 -1
754 access control updates
755 date: 2005/07/28 16:02:34;  author: sunsetsystems;  state: Exp;  lines: +37 -40
756 workaround for ie formatting bug
757 date: 2005/07/18 21:52:31;  author: sunsetsystems;  state: Exp;  lines: +9 -5
758 use modal dialog support
759 date: 2005/06/20 17:44:24;  author: sunsetsystems;  state: Exp;  lines: +6 -2
760 updates for support of team sports medicine
762 Working file: interface/patient_file/patient_file.php
763 date: 2005/07/05 22:39:11;  author: sunsetsystems;  state: Exp;  lines: +3 -3
764 new code to manage appointments and other calendar events with popup windows
766 Working file: interface/patient_file/problem_encounter.php
767 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +5 -2
768 implemented squads as access control objects
769 date: 2005/08/10 06:17:10;  author: sunsetsystems;  state: Exp;  lines: +12 -1
770 access control updates
771 date: 2005/07/18 21:51:56;  author: sunsetsystems;  state: Exp;  lines: +74 -30
772 simplification
773 date: 2005/06/14 12:20:16;  author: sunsetsystems;  state: Exp;  lines: +3 -0
774 rewrote display and editing of medical problems, allergies, medications and surgeries
776 Working file: interface/patient_file/encounter/coding.php
777 date: 2005/07/03 07:23:10;  author: sunsetsystems;  state: Exp;  lines: +1 -1
778 renamed Billing to Coding in some places for non-US sites
779 date: 2005/06/06 18:04:02;  author: sunsetsystems;  state: Exp;  lines: +6 -12
780 implemented customization of billing code types
782 Working file: interface/patient_file/encounter/cptcm_codes.php
783 date: 2005/06/06 18:19:41;  author: sunsetsystems;  state: dead;  lines: +0 -0
784 implemented customization of billing code types
786 Working file: interface/patient_file/encounter/diagnosis.php
787 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +5 -9
788 implemented squads as access control objects
789 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +21 -6
790 phpgacl implementation updates
791 date: 2005/07/03 07:23:10;  author: sunsetsystems;  state: Exp;  lines: +1 -1
792 renamed Billing to Coding in some places for non-US sites
794 Working file: interface/patient_file/encounter/forms.php
795 date: 2005/10/24 18:23:09;  author: sunsetsystems;  state: Exp;  lines: +9 -50
796 misc cosmetic cleanups for sports team use
797 date: 2005/10/20 01:22:04;  author: sunsetsystems;  state: Exp;  lines: +24 -1
798 added ability (for superuser only) to delete patients, encounters, issues
799 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +4 -1
800 implemented squads as access control objects
801 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +51 -46
802 phpgacl implementation updates
803 date: 2005/06/23 17:37:17;  author: sunsetsystems;  state: Exp;  lines: +51 -29
804 use the encounter form's report.php instead of an ugly generic table dump to generate its summary
806 Working file: interface/patient_file/encounter/hcpcs_codes.php
807 date: 2005/06/06 18:19:41;  author: sunsetsystems;  state: dead;  lines: +0 -0
808 implemented customization of billing code types
810 Working file: interface/patient_file/encounter/icd9cm_codes.php
811 date: 2005/06/06 18:19:41;  author: sunsetsystems;  state: dead;  lines: +0 -0
812 implemented customization of billing code types
814 Working file: interface/patient_file/encounter/new_form.php
815 date: 2005/07/03 07:23:10;  author: sunsetsystems;  state: Exp;  lines: +5 -8
816 renamed Billing to Coding in some places for non-US sites
818 Working file: interface/patient_file/encounter/search_code.php
819 date: 2005/06/06 18:04:03;  author: sunsetsystems;  state: Exp;
820 branches:  1.1.1;
822 Working file: interface/patient_file/encounter/superbill_codes.php
823 date: 2005/06/06 18:04:03;  author: sunsetsystems;  state: Exp;  lines: +38 -80
824 implemented customization of billing code types
826 Working file: interface/patient_file/encounter/superbill_custom_full.php
827 date: 2005/06/06 18:04:03;  author: sunsetsystems;  state: Exp;  lines: +36 -41
828 implemented customization of billing code types
830 Working file: interface/patient_file/history/encounters.php
831 date: 2005/10/28 05:16:05;  author: sunsetsystems;  state: Exp;  lines: +51 -30
832 add user column and encounter form info
833 date: 2005/10/20 01:22:04;  author: sunsetsystems;  state: Exp;  lines: +20 -12
834 added ability (for superuser only) to delete patients, encounters, issues
835 date: 2005/09/09 18:54:14;  author: sunsetsystems;  state: Exp;  lines: +6 -25
836 simplified adding/removing issue types and added dental as a type
837 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +4 -0
838 implemented squads as access control objects
839 date: 2005/08/12 05:26:32;  author: sunsetsystems;  state: Exp;  lines: +4 -4
840 always show encounter reason
841 date: 2005/08/10 06:17:10;  author: sunsetsystems;  state: Exp;  lines: +15 -8
842 access control updates
843 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +59 -32
844 phpgacl implementation updates
845 date: 2005/07/18 21:56:00;  author: sunsetsystems;  state: Exp;  lines: +87 -50
846 added an issues column
847 date: 2005/07/03 07:23:10;  author: sunsetsystems;  state: Exp;  lines: +1 -1
848 renamed Billing to Coding in some places for non-US sites
850 Working file: interface/patient_file/history/encounters_full.php
851 date: 2005/10/28 05:16:15;  author: sunsetsystems;  state: Exp;  lines: +97 -26
852 add user column and encounter form info
853 date: 2005/10/20 01:20:43;  author: sunsetsystems;  state: Exp;  lines: +21 -13
854 better permissions checking
855 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +4 -0
856 implemented squads as access control objects
857 date: 2005/08/12 05:26:41;  author: sunsetsystems;  state: Exp;  lines: +4 -4
858 always show encounter reason
859 date: 2005/08/10 06:17:10;  author: sunsetsystems;  state: Exp;  lines: +8 -1
860 access control updates
861 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +57 -38
862 phpgacl implementation updates
864 Working file: interface/patient_file/history/history.inc.php
865 date: 2005/07/03 07:18:03;  author: sunsetsystems;  state: Exp;
866 new and improved history data
868 Working file: interface/patient_file/history/history.php
869 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +5 -0
870 implemented squads as access control objects
871 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +18 -8
872 phpgacl implementation updates
873 date: 2005/07/03 07:18:03;  author: sunsetsystems;  state: Exp;  lines: +74 -99
874 new and improved history data
876 Working file: interface/patient_file/history/history_full.php
877 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +5 -0
878 implemented squads as access control objects
879 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +9 -3
880 phpgacl implementation updates
881 date: 2005/07/03 07:18:03;  author: sunsetsystems;  state: Exp;  lines: +112 -126
882 new and improved history data
884 Working file: interface/patient_file/history/history_save.php
885 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +5 -0
886 implemented squads as access control objects
887 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +9 -3
888 phpgacl implementation updates
889 date: 2005/07/03 07:18:03;  author: sunsetsystems;  state: Exp;  lines: +17 -5
890 new and improved history data
892 Working file: interface/patient_file/report/custom_report.php
893 date: 2005/10/21 20:42:01;  author: andres_paglayan;  state: Exp;  lines: +1 -1
894 *** empty log message ***
895 date: 2005/10/21 20:41:23;  author: andres_paglayan;  state: Exp;  lines: +10 -0
896 batchcom added
897 date: 2005/08/02 23:46:54;  author: sunsetsystems;  state: Exp;  lines: +249 -204
898 improved layout and ordering
900 Working file: interface/patient_file/report/full_report.php
901 date: 2005/10/21 22:30:19;  author: andres_paglayan;  state: Exp;  lines: +10 -1
902 batchom support
904 Working file: interface/patient_file/report/patient_report.php
905 date: 2005/10/21 20:41:23;  author: andres_paglayan;  state: Exp;  lines: +1 -0
906 batchcom added
907 date: 2005/09/09 18:54:14;  author: sunsetsystems;  state: Exp;  lines: +6 -0
908 simplified adding/removing issue types and added dental as a type
909 date: 2005/08/02 23:46:54;  author: sunsetsystems;  state: Exp;  lines: +163 -77
910 improved layout and ordering
912 Working file: interface/patient_file/report/print_custom_report.php
913 date: 2005/10/16 11:34:50;  author: tekknogenius;  state: Exp;  lines: +2 -2
914 undoe the  === to == (realized they were correct in php)
915 date: 2005/10/16 11:20:11;  author: tekknogenius;  state: Exp;  lines: +2 -2
916 corrected === to == in two if statements
917 date: 2005/08/02 23:46:54;  author: sunsetsystems;  state: Exp;  lines: +266 -209
918 improved layout and ordering
920 Working file: interface/patient_file/summary/add_edit_issue.php
921 date: 2005/10/20 01:22:04;  author: sunsetsystems;  state: Exp;  lines: +19 -0
922 added ability (for superuser only) to delete patients, encounters, issues
923 date: 2005/10/17 17:08:15;  author: sunsetsystems;  state: Exp;  lines: +2 -1
924 added ucsmc codes for uk sports medicine
925 date: 2005/09/09 18:54:14;  author: sunsetsystems;  state: Exp;  lines: +6 -13
926 simplified adding/removing issue types and added dental as a type
927 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +4 -0
928 implemented squads as access control objects
929 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +5 -0
930 phpgacl implementation updates
931 date: 2005/07/18 21:57:16;  author: sunsetsystems;  state: Exp;  lines: +50 -9
932 added diagnosis selection
933 date: 2005/06/14 12:20:16;  author: sunsetsystems;  state: Exp;
934 branches:  1.1.1;
936 Working file: interface/patient_file/summary/allergies.php
937 date: 2005/06/14 12:20:16;  author: sunsetsystems;  state: dead;  lines: +0 -0
938 rewrote display and editing of medical problems, allergies, medications and surgeries
940 Working file: interface/patient_file/summary/clickoptions1.php
941 date: 2005/06/14 12:20:16;  author: sunsetsystems;  state: dead;  lines: +0 -0
942 rewrote display and editing of medical problems, allergies, medications and surgeries
944 Working file: interface/patient_file/summary/clickoptions2.php
945 date: 2005/06/14 12:20:16;  author: sunsetsystems;  state: dead;  lines: +0 -0
946 rewrote display and editing of medical problems, allergies, medications and surgeries
948 Working file: interface/patient_file/summary/demographics.php
949 date: 2005/10/24 18:23:09;  author: sunsetsystems;  state: Exp;  lines: +3 -1
950 misc cosmetic cleanups for sports team use
951 date: 2005/10/20 01:22:04;  author: sunsetsystems;  state: Exp;  lines: +20 -1
952 added ability (for superuser only) to delete patients, encounters, issues
953 date: 2005/10/19 19:55:17;  author: andres_paglayan;  state: Exp;  lines: +2 -2
954 hipaa choice display logic fixed
955 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +16 -42
956 implemented squads as access control objects
957 date: 2005/08/28 16:52:48;  author: sunsetsystems;  state: Exp;  lines: +8 -4
958 hide some things for athletic team use
959 date: 2005/08/12 05:30:36;  author: sunsetsystems;  state: Exp;  lines: +26 -1
960 added upcoming appointments to patient summary
961 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +18 -3
962 phpgacl implementation updates
963 date: 2005/06/20 17:44:24;  author: sunsetsystems;  state: Exp;  lines: +234 -236
964 updates for support of team sports medicine
967 Working file: interface/patient_file/summary/demographics_full.php
968 date: 2005/10/28 05:22:54;  author: sunsetsystems;  state: Exp;  lines: +1 -1
969 use squad ordering from phpgacl in the team roster
970 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +18 -10
971 implemented squads as access control objects
972 date: 2005/08/28 16:51:44;  author: sunsetsystems;  state: Exp;  lines: +3 -3
973 fix spelling error
974 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +21 -10
975 phpgacl implementation updates
976 date: 2005/06/30 17:51:11;  author: sunsetsystems;  state: Exp;  lines: +3 -2
977 added onblur handler for dates
978 date: 2005/06/20 17:44:24;  author: sunsetsystems;  state: Exp;  lines: +454 -494
979 updates for support of team sports medicine
981 Working file: interface/patient_file/summary/demographics_save.php
982 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +3 -0
983 implemented squads as access control objects
984 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +13 -2
985 phpgacl implementation updates
986 date: 2005/06/20 17:44:24;  author: sunsetsystems;  state: Exp;  lines: +140 -147
987 updates for support of team sports medicine
989 Working file: interface/patient_file/summary/immunizations.php
990 date: 2005/06/14 11:53:15;  author: sunsetsystems;  state: Exp;  lines: +6 -6
991 include calendar javascript on client side rather than server side so that client has the opportunity to cache it
993 Working file: interface/patient_file/summary/medical_problems.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/medications.php
998 date: 2005/06/14 12:20:16;  author: sunsetsystems;  state: dead;  lines: +0 -0
999 rewrote display and editing of medical problems, allergies, medications and surgeries
1001 Working file: interface/patient_file/summary/pnotes.php
1002 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +5 -0
1003 implemented squads as access control objects
1004 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +14 -3
1005 phpgacl implementation updates
1006 date: 2005/07/03 07:24:27;  author: sunsetsystems;  state: Exp;  lines: +1 -1
1007 renamed Patient Notes to Notes
1009 Working file: interface/patient_file/summary/pnotes_full.php
1010 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +3 -2
1011 implemented squads as access control objects
1012 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +9 -56
1013 phpgacl implementation updates
1015 Working file: interface/patient_file/summary/shot_record.php
1016 date: 2005/06/06 17:28:05;  author: tekknogenius;  state: Exp;  lines: +2 -2
1017 changed other reference from id to pid
1018 date: 2005/06/06 15:16:32;  author: tekknogenius;  state: Exp;  lines: +1 -1
1019 corrected id to pid to bring up correct data
1021 Working file: interface/patient_file/summary/stats.php
1022 date: 2005/10/28 05:20:55;  author: sunsetsystems;  state: Exp;  lines: +5 -3
1023 omit inactive issues
1024 date: 2005/09/09 18:54:14;  author: sunsetsystems;  state: Exp;  lines: +15 -47
1025 simplified adding/removing issue types and added dental as a type
1026 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +5 -0
1027 implemented squads as access control objects
1028 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +14 -4
1029 phpgacl implementation updates
1030 date: 2005/06/23 17:31:12;  author: sunsetsystems;  state: Exp;  lines: +9 -8
1031 tweaking font size
1033 Working file: interface/patient_file/summary/stats_full.php
1034 date: 2005/09/09 18:54:14;  author: sunsetsystems;  state: Exp;  lines: +5 -0
1035 simplified adding/removing issue types and added dental as a type
1036 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +9 -4
1037 implemented squads as access control objects
1038 date: 2005/08/12 05:31:54;  author: sunsetsystems;  state: Exp;  lines: +10 -2
1039 added Add Encounter button
1040 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +12 -2
1041 phpgacl implementation updates
1042 date: 2005/07/18 21:58:28;  author: sunsetsystems;  state: Exp;  lines: +7 -0
1043 show a diagnosis column
1044 date: 2005/07/06 15:20:50;  author: sunsetsystems;  state: Exp;  lines: +6 -4
1045 use modal dialogs
1046 date: 2005/07/03 07:25:11;  author: sunsetsystems;  state: Exp;  lines: +1 -0
1047 added To History button
1048 date: 2005/06/20 17:44:24;  author: sunsetsystems;  state: Exp;  lines: +13 -8
1049 updates for support of team sports medicine
1050 date: 2005/06/14 12:20:16;  author: sunsetsystems;  state: Exp;  lines: +119 -22
1051 rewrote display and editing of medical problems, allergies, medications and surgeries
1053 Working file: interface/patient_file/summary/summary_title.php
1054 date: 2005/07/05 22:39:11;  author: sunsetsystems;  state: Exp;  lines: +57 -35
1055 new code to manage appointments and other calendar events with popup windows
1057 Working file: interface/patient_file/summary/surgeries.php
1058 date: 2005/06/14 12:20:16;  author: sunsetsystems;  state: dead;  lines: +0 -0
1059 rewrote display and editing of medical problems, allergies, medications and surgeries
1061 Working file: interface/reports/absences_report.php
1062 date: 2005/10/24 18:23:09;  author: sunsetsystems;  state: Exp;  lines: +1 -1
1063 misc cosmetic cleanups for sports team use
1064 date: 2005/08/02 23:48:24;  author: sunsetsystems;  state: Exp;
1065 new reports
1067 Working file: interface/reports/appointments_report.php
1068 date: 2005/09/29 15:28:17;  author: sunsetsystems;  state: Exp;
1069 added appointments report
1071 Working file: interface/reports/appt_encounter_report.php
1072 date: 2005/06/06 18:04:03;  author: sunsetsystems;  state: Exp;  lines: +5 -2
1073 implemented customization of billing code types
1075 Working file: interface/reports/insurance_allocation_report.php
1076 date: 2005/08/02 23:48:24;  author: sunsetsystems;  state: Exp;
1077 new reports
1079 Working file: interface/reports/players_report.php
1080 date: 2005/10/28 05:22:54;  author: sunsetsystems;  state: Exp;  lines: +36 -15
1081 use squad ordering from phpgacl in the team roster
1082 date: 2005/10/24 18:23:09;  author: sunsetsystems;  state: Exp;  lines: +4 -8
1083 misc cosmetic cleanups for sports team use
1084 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +10 -7
1085 implemented squads as access control objects
1086 date: 2005/07/05 22:42:01;  author: sunsetsystems;  state: Exp;  lines: +4 -4
1087 popup window improvements
1088 date: 2005/07/03 07:26:12;  author: sunsetsystems;  state: Exp;  lines: +7 -4
1089 allow the roster to be a non-popup
1090 date: 2005/06/20 17:44:25;  author: sunsetsystems;  state: Exp;
1091 branches:  1.1.1;
1093 Working file: interface/themes/style_sky_blue.css
1094 date: 2005/06/20 17:39:47;  author: sunsetsystems;  state: Exp;  lines: +2 -2
1095 minor change to "required" font size and color
1097 Working file: interface/usergroup/usergroup_navigation.php
1098 date: 2005/10/21 00:55:47;  author: andres_paglayan;  state: Exp;  lines: +7 -0
1099 batchcom menu item added
1101 Working file: library/acl.inc
1102 date: 2005/10/28 05:22:54;  author: sunsetsystems;  state: Exp;  lines: +4 -2
1103 use squad ordering from phpgacl in the team roster
1104 date: 2005/10/20 01:22:04;  author: sunsetsystems;  state: Exp;  lines: +3 -1
1105 added ability (for superuser only) to delete patients, encounters, issues
1106 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +24 -1
1107 implemented squads as access control objects
1108 date: 2005/08/04 22:28:29;  author: sunsetsystems;  state: Exp;  lines: +19 -11
1109 phpgacl implementation updates
1110 date: 2005/06/06 18:03:09;  author: sunsetsystems;  state: Exp;  lines: +1 -0
1111 put changing of encounter dates under access control
1113 Working file: library/calendar.js
1114 date: 2005/06/14 11:53:15;  author: sunsetsystems;  state: Exp;  lines: +2 -2
1115 include calendar javascript on client side rather than server side so that client has the opportunity to cache it
1116 date: 2005/06/13 19:34:50;  author: sunsetsystems;  state: Exp;  lines: +4 -4
1117 added missing semicolon to &gt and &lt
1119 Working file: library/dialog.js
1120 date: 2005/07/05 22:33:11;  author: sunsetsystems;  state: Exp;
1121 improved support for popup windows
1123 Working file: library/forms.inc
1124 date: 2005/10/28 05:17:25;  author: sunsetsystems;  state: Exp;  lines: +2 -1
1125 get real encounter date
1126 date: 2005/10/20 01:22:04;  author: sunsetsystems;  state: Exp;  lines: +3 -1
1127 added ability (for superuser only) to delete patients, encounters, issues
1129 Working file: library/invoice_summary.inc.php
1130 date: 2005/06/14 12:05:39;  author: sunsetsystems;  state: Exp;  lines: +32 -1
1131 support invoice details in eob posting form
1133 Working file: library/lists.inc
1134 date: 2005/09/09 18:54:14;  author: sunsetsystems;  state: Exp;  lines: +9 -0
1135 simplified adding/removing issue types and added dental as a type
1137 Working file: library/overlib_mini.js
1138 date: 2005/06/14 11:53:15;  author: sunsetsystems;  state: Exp;  lines: +2 -2
1139 include calendar javascript on client side rather than server side so that client has the opportunity to cache it
1141 Working file: library/patient.inc
1142 date: 2005/07/03 07:18:03;  author: sunsetsystems;  state: Exp;  lines: +7 -1
1143 new and improved history data
1144 date: 2005/06/20 17:44:25;  author: sunsetsystems;  state: Exp;  lines: +10 -4
1145 updates for support of team sports medicine
1146 date: 2005/06/12 20:57:33;  author: sunsetsystems;  state: Exp;  lines: +9 -0
1147 allow lastname,firstname in patient search
1149 Working file: library/sql.inc
1150 date: 2005/08/28 16:54:06;  author: sunsetsystems;  state: Exp;  lines: +31 -38
1151 fix possible problem with getting insert ids
1153 Working file: library/textformat.js
1154 date: 2005/06/30 17:51:11;  author: sunsetsystems;  state: Exp;  lines: +33 -0
1155 added onblur handler for dates
1156 date: 2005/06/20 17:43:22;  author: sunsetsystems;  state: Exp;
1157 branches:  1.1.1;
1159 Working file: library/topdialog.js
1160 date: 2005/07/05 22:33:11;  author: sunsetsystems;  state: Exp;
1161 improved support for popup windows
1163 Working file: library/classes/InsuranceCompany.class.php
1164 date: 2005/06/22 14:13:46;  author: tekknogenius;  state: Exp;  lines: +80 -2
1165 Corrected claim type return values
1167 Working file: library/classes/InsuranceNumbers.class.php
1168 date: 2005/07/16 15:05:41;  author: tekknogenius;  state: Exp;  lines: +0 -1
1169 removed extra line at end of file, caused header info being sent
1170 date: 2005/07/06 02:38:30;  author: tekknogenius;  state: Exp;  lines: +126 -103
1171 Added rendering provider number and type
1173 Working file: library/classes/Provider.class.php
1174 date: 2005/07/16 15:05:41;  author: tekknogenius;  state: Exp;  lines: +0 -1
1175 removed extra line at end of file, caused header info being sent
1176 date: 2005/07/06 02:38:30;  author: tekknogenius;  state: Exp;  lines: +87 -79
1177 Added rendering provider number and type
1179 Working file: library/freeb/BillingContact.class.php
1180 date: 2005/06/25 07:22:59;  author: sunsetsystems;  state: Exp;  lines: +4 -2
1181 made phone number parsing tolerant of format variations
1183 Working file: library/freeb/BillingService.class.php
1184 date: 2005/06/25 07:22:59;  author: sunsetsystems;  state: Exp;  lines: +5 -3
1185 made phone number parsing tolerant of format variations
1187 Working file: library/freeb/ClearingHouse.class.php
1188 date: 2005/06/25 07:22:59;  author: sunsetsystems;  state: Exp;  lines: +5 -3
1189 made phone number parsing tolerant of format variations
1191 Working file: library/freeb/Facility.class.php
1192 date: 2005/06/25 07:22:59;  author: sunsetsystems;  state: Exp;  lines: +7 -5
1193 made phone number parsing tolerant of format variations
1195 Working file: library/freeb/Insured.class.php
1196 date: 2005/10/17 17:14:27;  author: sunsetsystems;  state: Exp;  lines: +31 -0
1197 added ub-92 support
1198 date: 2005/06/25 07:22:59;  author: sunsetsystems;  state: Exp;  lines: +8 -4
1199 made phone number parsing tolerant of format variations
1201 Working file: library/freeb/Patient.class.php
1202 date: 2005/10/17 17:14:27;  author: sunsetsystems;  state: Exp;  lines: +30 -2
1203 added ub-92 support
1204 date: 2005/06/25 07:22:59;  author: sunsetsystems;  state: Exp;  lines: +6 -5
1205 made phone number parsing tolerant of format variations
1207 Working file: library/freeb/Payer.class.php
1208 date: 2005/06/22 14:14:28;  author: tekknogenius;  state: Exp;  lines: +5 -4
1209 Corrected claim type return values
1211 Working file: library/freeb/Practice.class.php
1212 date: 2005/08/01 21:54:11;  author: andres_paglayan;  state: Exp;  lines: +1 -1
1213 got rid of empty files that created and headers sent problem
1214 date: 2005/07/15 09:37:41;  author: sunsetsystems;  state: Exp;  lines: +0 -1
1215 removed blank line at end which was causing billing batch process to fail
1216 date: 2005/07/06 02:37:50;  author: tekknogenius;  state: Exp;  lines: +706 -598
1217 Added rendering provider number and type
1218 date: 2005/06/25 07:22:59;  author: sunsetsystems;  state: Exp;  lines: +6 -3
1219 made phone number parsing tolerant of format variations
1221 Working file: library/freeb/Provider.class.php
1222 date: 2005/06/25 07:22:59;  author: sunsetsystems;  state: Exp;  lines: +6 -4
1223 made phone number parsing tolerant of format variations
1225 Working file: library/freeb/process_bills.php
1226 date: 2005/10/17 17:14:27;  author: sunsetsystems;  state: Exp;  lines: +1 -1
1227 added ub-92 support
1229 Working file: library/freeb/xmlrpc_server.php
1230 date: 2005/08/01 21:54:11;  author: andres_paglayan;  state: Exp;  lines: +1 -5
1231 got rid of empty files that created and headers sent problem
1233 Working file: sql/2_7_2-to-2_7_3_upgrade.sql
1234 date: 2005/10/26 13:36:36;  author: tekknogenius;  state: Exp;  lines: +1 -1
1235 corrected syntax
1236 date: 2005/10/24 16:39:01;  author: sunsetsystems;  state: Exp;  lines: +2 -0
1237 increased size of codes.code
1238 date: 2005/10/21 19:49:26;  author: andres_paglayan;  state: Exp;  lines: +16 -0
1239 batchcom table added
1240 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +1 -1
1241 implemented squads as access control objects
1242 date: 2005/07/08 15:10:18;  author: sunsetsystems;  state: Exp;  lines: +17 -2
1243 adding appointment status and option to include appt title in calendar display
1244 date: 2005/07/06 02:40:53;  author: tekknogenius;  state: Exp;  lines: +11 -0
1245 Added rendering provider number and type
1246 date: 2005/07/03 07:18:03;  author: sunsetsystems;  state: Exp;  lines: +22 -0
1247 new and improved history data
1248 date: 2005/06/20 17:44:25;  author: sunsetsystems;  state: Exp;  lines: +4 -0
1249 updates for support of team sports medicine
1250 date: 2005/06/14 12:20:16;  author: sunsetsystems;  state: Exp;
1251 branches:  1.1.1;
1253 Working file: sql/database.sql
1254 date: 2005/10/24 16:39:00;  author: sunsetsystems;  state: Exp;  lines: +1 -1
1255 increased size of codes.code
1256 date: 2005/10/21 19:48:54;  author: andres_paglayan;  state: Exp;  lines: +10 -0
1257 batchom table added
1258 date: 2005/09/01 16:51:25;  author: sunsetsystems;  state: Exp;  lines: +1 -1
1259 implemented squads as access control objects
1260 date: 2005/08/10 06:15:10;  author: sunsetsystems;  state: Exp;  lines: +7 -6
1261 fix bad categories_seq starting value, add index to codes, remove comments causing setup to fail
1262 date: 2005/07/14 23:11:36;  author: sunsetsystems;  state: Exp;  lines: +2 -0
1263 add squad and fitness to patient_data
1264 date: 2005/07/14 20:15:02;  author: sunsetsystems;  state: Exp;  lines: +0 -17
1265 removed comment lines within table defs so setup will not barf
1266 date: 2005/07/10 20:39:42;  author: sunsetsystems;  state: Exp;  lines: +3 -3
1267 fixed inserts to openemr_postcalendar_events
1268 date: 2005/07/08 15:10:18;  author: sunsetsystems;  state: Exp;  lines: +14 -0
1269 adding appointment status and option to include appt title in calendar display
1270 date: 2005/07/06 16:56:20;  author: sunsetsystems;  state: Exp;  lines: +1 -1
1271 fixed typo reported by Mark Leeds
1272 date: 2005/07/06 02:40:53;  author: tekknogenius;  state: Exp;  lines: +2 -1
1273 Added rendering provider number and type
1274 date: 2005/07/03 07:18:03;  author: sunsetsystems;  state: Exp;  lines: +18 -8
1275 new and improved history data
1276 date: 2005/06/14 12:20:16;  author: sunsetsystems;  state: Exp;  lines: +13 -8
1277 rewrote display and editing of medical problems, allergies, medications and surgeries
1279 Working file: templates/insurance_numbers/general_edit.html
1280 date: 2005/07/06 02:41:47;  author: tekknogenius;  state: Exp;  lines: +83 -68
1281 Added rendering provider number and type
1283 Working file: templates/insurance_numbers/general_list.html
1284 date: 2005/07/06 02:41:47;  author: tekknogenius;  state: Exp;  lines: +23 -21
1285 Added rendering provider number and type
1287 Working file: templates/report/general_default.html
1288 date: 2005/09/29 15:28:17;  author: sunsetsystems;  state: Exp;  lines: +2 -0
1289 added appointments report
1290 date: 2005/08/02 23:48:24;  author: sunsetsystems;  state: Exp;  lines: +5 -1
1291 new reports
1292 date: 2005/06/20 17:44:25;  author: sunsetsystems;  state: Exp;  lines: +17 -3
1293 updates for support of team sports medicine