Editing options

jimibrez wrote on Monday, August 27, 2012:

adding a forthcoming appointment has certain options which source code shows as….

 <tr>
  <td width='1%' nowrap>
   <b>Category:</b>
  </td>
  <td nowrap>
   <select name='form_category' onchange='set_category()' style='width:100%'>
    <option value='9'>Established Patient</option>
    <option value='10'>New Patient</option>
    <option value='1'>No Show</option>
    <option value='5' selected>Office Visit</option>
   </select>
  </td>

I need to edit these options but cannot find the file in which they reside.
search does not show any anserwers to my query.
does anybody know?
thanks in advance.

Jimi.

bradymiller wrote on Wednesday, August 29, 2012:

Hi,
Can be added/modified at:
Administration->Other->Calendar->Categories
-brady
OpenEMR