conv_bal
watcha.h@almacom.co.th 2015-01-13 16:25:51 +07:00
parent 8c5fc5ddbc
commit e84623a1d7
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ class HDCase(Model):
"bp_start": fields.Char("Start BP"),
"bp_stop": fields.Char("Finish BP"),
"membrane_type": fields.Selection([("unsub","Unsub cellul"),("sub","Sub cellul"),("synthetic","Synthetic")],"Member Type"),
"hd_acc": fields.Selection([("o","O"),("i","I")],"HD Acc"),
"hd_acc": fields.Selection([("o","OPD"),("i","IPD")],"HD Acc"),
"hd_mode": fields.Selection([("chronic","Chronic"),("acute","Acute")],"HD Moode"),
"vascular_acc": fields.Many2One("clinic.vascular.access","Vascular Ac."),
"bid_flow_rate": fields.Integer("Bid Flow Rate (ml/min)"),

View File

@ -46,7 +46,7 @@ class Patient(Model):
"number": fields.Char("HN",required=True,search=True),
"trt_no": fields.Char("TRT. No",search=True),
"hn_no": fields.Char("HN Number",function="_get_hn_no"),
"hn": fields.Char("REF/HN",search=True),
"hn": fields.Char("REF/HN",search=False),
"name": fields.Char("Name",required=True,search=True),
"reg_date": fields.Date("Register Date",required=False,search=True),
"birthday": fields.Date("Birthday",required=False,search=True),