clinic/netforce_clinic/layouts/new_patient.xml

41 lines
2.3 KiB
XML
Raw Normal View History

2017-06-09 20:07:54 +00:00
<form model="new.patient" title="New Patient">
<top replace="1">
</top>
<group attrs='{"invisible": [["state","in",["step2","step3"]]]}'>
<field name="name"/>
<field name="date"/>
2017-06-09 20:07:54 +00:00
</group>
<field name="state" invisible="1"/>
<group attrs='{"invisible": [["state","in",["step1","step3"]]]}'>
<template>
<!--<p>กรุณาเลือกผู้ป่วย (1 คนเท่านั้น) ถ้าไม่มีผู้ป่วยในตารางด้านล่างให้กดปุ่ม Next</p>-->
<p>หากผู้ป่วยปรากฎในตารางด้านล่างนั้นหมายความว่าผู้ป่วยเคยอยู่ในระบบมาก่อนแต่ถูกจำหน่ายไป ต้องนำผู้ป่วยเข้ามาใหม่โดยเลือก 1 คน(เท่่านั้น) จากนั้นกดปุ่ม Next</p>
<p>หากไม่มีข้อมูลในตารางให้กดปุ่ม Next จากนั้นให้ใส่รายละเอียดผู้ป่วยให้ครบแล้วกดปุ่ม Save</p>
</template>
<field name="lines" nolabel="1">
<list>
<field name="choose"/>
<!--<field name="patient_id"/>-->
<field name="patient_name"/>
<!--<field name="department_id"/>-->
<field name="department_name"/>
2017-06-09 20:07:54 +00:00
</list>
</field>
</group>
<group attrs='{"invisible": [["state","in",["step1","step2"]]]}'>
<field name="name"/>
<newline/>
<field name="location_from_id"/>
<field name="location_to_id"/>
</group>
2017-06-09 20:07:54 +00:00
<foot replace="1">
<button string="Next" method="step1" states="step1" type="success" icon="arrow-right"/>
<button string="Back" method="back_step1" states="step2" icon="arrow-left"/>
<button string="Next" method="step2" states="step2" type="primary" icon="arrow-right"/>
<button string="Back" method="back_step2" states="step3" icon="arrow-left"/>
<button string="Confirm" method="confirm" states="step3" type="success"/>
2017-06-09 20:07:54 +00:00
</foot>
</form>