clinic/netforce_clinic/layouts/new_patient.xml

31 lines
1.9 KiB
XML

<form model="new.patient" title="New Patient">
<top replace="1">
</top>
<group attrs='{"invisible": [["state","in",["step2","step3"]]]}'>
<field name="name"/>
</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"/>
</list>
</field>
</group>
<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="Next" method="step3" states="step3" type="primary" icon="arrow-right"/>
</foot>
</form>