24 lines
938 B
XML
24 lines
938 B
XML
|
<form model="clinic.make.apt">
|
||
|
<separator string="1. Select Period > 2. Click Load Data > 3. Select Patient > 4. Generate Visit"/>
|
||
|
<field name="date" span="3" mode="month" onchange="onchange_date"/>
|
||
|
<field name="date_from" span="3"/>
|
||
|
<field name="date_to" span="3"/>
|
||
|
<field name="lines" nolabel="1">
|
||
|
<list>
|
||
|
<field name="patient_id"/>
|
||
|
<field name="department_id"/>
|
||
|
<field name="mon_cycle_id"/>
|
||
|
<field name="tue_cycle_id"/>
|
||
|
<field name="wed_cycle_id"/>
|
||
|
<field name="thu_cycle_id"/>
|
||
|
<field name="fri_cycle_id"/>
|
||
|
<field name="sat_cycle_id"/>
|
||
|
<field name="sun_cycle_id"/>
|
||
|
</list>
|
||
|
</field>
|
||
|
<foot replace="1">
|
||
|
<button string="Load Data" method="load" icon="repeat" type="success"/>
|
||
|
<button string="Generate" method="gen" icon="arrow-right" type="primary"/>
|
||
|
</foot>
|
||
|
</form>
|