|
|
|
@ -213,13 +213,13 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!--表格头-->
|
|
|
|
<!--表格头-->
|
|
|
|
<input type="hidden" id="tableThNames"
|
|
|
|
<input type="hidden" id="tableThNames"
|
|
|
|
value="病案号,ID号,住院次数,姓名,性别,年龄_岁,年龄_月,入院日期,出院日期,出院科室,联系地址,主诊ICD码,主诊名称,主诊转归,住院天数,主治医生,其他诊断,病理诊断,损伤中毒,是否有手术">
|
|
|
|
value="病案号,ID号,住院次数,姓名,性别,年龄_岁,年龄_月,入院日期,出院日期,出院科室,联系地址,主诊ICD码,主诊名称,主诊转归,住院天数,主治医生,其他诊断,病理诊断,损伤中毒,是否有手术,病案备注">
|
|
|
|
<!--查询字段-->
|
|
|
|
<!--查询字段-->
|
|
|
|
<input type="hidden" id="englishFields"
|
|
|
|
<input type="hidden" id="englishFields"
|
|
|
|
value="commomtable.inpatient_no,commomtable.admiss_id,commomtable.admiss_times,commomtable.name,commomtable.sex,commomtable.age,commomtable.age_month,commomtable.admiss_date,commomtable.dis_date,commomtable.dis_dept,commomtable.home_addr,commomtable.main_diag_code,commomtable.main_diag_name,commomtable.main_dis_thing,commomtable.admiss_days,commomtable.attending,commomtable.other_diag_name,commomtable.pathology_name,commomtable.poisoning_name,commomtable.is_oper">
|
|
|
|
value="commomtable.inpatient_no,commomtable.admiss_id,commomtable.admiss_times,commomtable.name,commomtable.sex,commomtable.age,commomtable.age_month,commomtable.admiss_date,commomtable.dis_date,commomtable.dis_dept,commomtable.home_addr,commomtable.main_diag_code,commomtable.main_diag_name,commomtable.main_dis_thing,commomtable.admiss_days,commomtable.attending,commomtable.other_diag_name,commomtable.pathology_name,commomtable.poisoning_name,commomtable.is_oper,memo">
|
|
|
|
<!--数据字段-->
|
|
|
|
<!--数据字段-->
|
|
|
|
<input type="hidden" id="fields"
|
|
|
|
<input type="hidden" id="fields"
|
|
|
|
value="inpatientNo,admissId,admissTimes,name,sex,age,ageMonth,admissDate,disDate,disDept,homeAddr,mainDiagCode,mainDiagName,mainDisThing,admissDays,attending,otherDiagName,pathologyName,poisoningName,isOper">
|
|
|
|
value="inpatientNo,admissId,admissTimes,name,sex,age,ageMonth,admissDate,disDate,disDept,homeAddr,mainDiagCode,mainDiagName,mainDisThing,admissDays,attending,otherDiagName,pathologyName,poisoningName,isOper,memo">
|
|
|
|
<!--显示字段-->
|
|
|
|
<!--显示字段-->
|
|
|
|
<input type="hidden" id="fieldCns">
|
|
|
|
<input type="hidden" id="fieldCns">
|
|
|
|
<!--查询总行数-->
|
|
|
|
<!--查询总行数-->
|
|
|
|
@ -609,6 +609,17 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="row">
|
|
|
|
<div class="row">
|
|
|
|
|
|
|
|
<div class="col-sm-4">
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
|
|
|
<div class="col-sm-3 labelDiv">
|
|
|
|
|
|
|
|
<label class="control-label">病案备注:</label>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="col-sm-9 inputDiv">
|
|
|
|
|
|
|
|
<input type="text" class="form-control input-sm diagTable inputValue"
|
|
|
|
|
|
|
|
id="memo" maxlength="100">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-4">
|
|
|
|
<div class="col-sm-4">
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="col-sm-4 labelDiv"></div>
|
|
|
|
<div class="col-sm-4 labelDiv"></div>
|
|
|
|
|