Integrating the problem list improvements with the recent fee sheet improvements...
[openemr.git] / interface / forms / fee_sheet / review / views / procedure_select.php
blob23c5dbf643621faeebf9d82520538efe4cffe860
1 <?php
2 /**
3 * knockoutjs template for rendering the procedure selector when reviewing
4 * old fee sheets
5 *
6 * Copyright (C) 2013 Kevin Yeh <kevin.y@integralemr.com> and OEMR <www.oemr.org>
8 * LICENSE: This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 3
11 * of the License, or (at your option) any later version.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program. If not, see <http://opensource.org/licenses/gpl-license.php>;.
19 * @package OpenEMR
20 * @author Kevin Yeh <kevin.y@integralemr.com>
21 * @link http://www.open-emr.org
24 <script type="text/html" id="procedure-select">
25 <select data-bind="options: procedure_choices, optionsText: function(item){ return (item.code + ' ' + item.description);}, value:procedure_choice, event: {change: change_procedure}"></select>
26 </script>