@{ ViewBag.Title = "结果录入"; } @model dccdc.Models.ResultViewModels.Pro_Exam_Register
查询
保存
提交
获取
查漏
资料
问诊
历史
单项
加检胸片
提醒
撤销
缺项
默认值
刷新
拍照
查看影像
上传心电图片
体检编号:
已录
条数:
@*
已录
*@
@Html.RadioButtonFor(m => m.register_type, 0, new { @id = "register_type1", @name = "register_type", @checked = true }) @Html.RadioButtonFor(m => m.register_type, 1, new { @id = "register_type2", @name = "register_type" }) @Html.RadioButtonFor(m => m.register_type, 2, new { @id = "register_type3", @name = "register_type" })
类型: @Html.DropDownListFor(m => m.exam_type_id, ViewData["check_type_maintain_group"] as SelectList, "-----------请选择----------", new { exam_type_id = "check_type_maintain_id" })
姓名: 性别 @Html.DropDownListFor(m => m.sex, ViewData["xb_type_group"] as SelectList, "----全部----", new { id = "sex", style = "width:95px" })
登记:
采集:
[编 号]: [姓 名]: [性 别]:
[登 记]: [年 龄]:
[工 种]: [单 位]:
[身份证号]: [联系电话]: [体检类别]:
[在岗状态]: [有害因素]: [肺功能]:
@section scripts{ }