|
@@ -32,7 +32,7 @@
|
|
|
margin-left: 12px;
|
|
|
">健康卡号: {{ patient.healthCardNo }}</span>
|
|
|
<span style="display: inline-block; margin-right: 8px; width: 100px">第 {{ patient.admissTimes
|
|
|
- }} 次住院</span>
|
|
|
+ }} 次住院</span>
|
|
|
<span style="display: inline-block; margin-right: 8px; width: 130px">病案号: {{ patient.bah }}</span>
|
|
|
</div>
|
|
|
<div style="border: 1px solid black; padding: 5px">
|
|
@@ -42,7 +42,7 @@
|
|
|
display: inline-block;
|
|
|
padding: 0 4px;
|
|
|
margin-right: 8px;
|
|
|
- width: 200px;
|
|
|
+ width: 120px;
|
|
|
border-bottom: 1px solid black;
|
|
|
">{{ patient.name }}</span>
|
|
|
性别:
|
|
@@ -51,15 +51,19 @@
|
|
|
padding: 0 4px;
|
|
|
margin-right: 8px;
|
|
|
border-bottom: 1px solid black;
|
|
|
+ width: 50px;
|
|
|
">{{ filterNameInDic(patient.sex, "getSexCode") }}</span>
|
|
|
+ <span style="display: inline-block;margin-right:8px ;">1.男 2.女 9.未说明的性别</span>
|
|
|
出生日期:
|
|
|
<span style="
|
|
|
display: inline-block;
|
|
|
padding: 0 4px;
|
|
|
margin-right: 8px;
|
|
|
- width: 90px;
|
|
|
+ width: 120px;
|
|
|
border-bottom: 1px solid black;
|
|
|
">{{ patient.birthDate }}</span>
|
|
|
+ </div>
|
|
|
+ <div style="margin: 8px 8px 8px 0">
|
|
|
年龄:
|
|
|
<span style="
|
|
|
display: inline-block;
|
|
@@ -68,30 +72,49 @@
|
|
|
width: 30px;
|
|
|
border-bottom: 1px solid black;
|
|
|
">{{ patient.age }}</span>
|
|
|
+ 岁
|
|
|
国籍:
|
|
|
<span style="
|
|
|
+ width: 40px;
|
|
|
display: inline-block;
|
|
|
padding: 0 4px;
|
|
|
margin-right: 8px;
|
|
|
border-bottom: 1px solid black;
|
|
|
">{{ filterNameInDic(patient.country, "getCountry") }}</span>
|
|
|
+ (年龄不足 1 周岁的)年龄:
|
|
|
+ <span style="
|
|
|
+ display: inline-block;
|
|
|
+ padding: 0 4px;
|
|
|
+ border-bottom: 1px solid black;
|
|
|
+ width: 50px;
|
|
|
+ ">{{ patient.infAge }}</span>
|
|
|
+ 月
|
|
|
+ (新生儿年龄≤28天)年龄:
|
|
|
+ <span style="
|
|
|
+ display: inline-block;
|
|
|
+ padding: 0 4px;
|
|
|
+ border-bottom: 1px solid black;
|
|
|
+ width: 50px;
|
|
|
+ ">{{ patient.ageDays}}</span>
|
|
|
+ 天
|
|
|
</div>
|
|
|
<div style="margin: 8px 8px 8px 0">
|
|
|
- (年龄不足 1 周岁的)年龄:
|
|
|
+ <span>新生儿出生体重:(一孩</span>
|
|
|
<span style="
|
|
|
display: inline-block;
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
width: 50px;
|
|
|
- ">{{ patient.ageDays }}</span>
|
|
|
- 天<span style="margin-left: 8px">新生儿出生体重:</span>
|
|
|
+ ">{{ patient.newBornWeight1 }}</span>
|
|
|
+ 克 二孩
|
|
|
<span style="
|
|
|
display: inline-block;
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
- width: 70px;
|
|
|
- ">{{ patient.newBornWeight }}</span>
|
|
|
- 克<span style="margin-left: 8px">新生儿入院体重:</span>
|
|
|
+ width: 50px;
|
|
|
+ ">{{ patient.newBornWeight2 }}</span>
|
|
|
+ 克)
|
|
|
+ <span style="margin-left: 8px">新生儿入院体重:</span>
|
|
|
<span style="
|
|
|
display: inline-block;
|
|
|
padding: 0 4px;
|
|
@@ -100,6 +123,45 @@
|
|
|
">{{ patient.newBornAdmissWeight }}</span>
|
|
|
克
|
|
|
</div>
|
|
|
+ <div style="margin: 8px 8px 8px 0">
|
|
|
+ 身份证件类型:
|
|
|
+ <span style="
|
|
|
+ display: inline-block;
|
|
|
+ margin-right: 8px;
|
|
|
+ padding: 0 4px;
|
|
|
+ border-bottom: 1px solid black;
|
|
|
+ width: 160px;
|
|
|
+ ">{{ patient.socialNo }}</span>
|
|
|
+ 身份证件号码:
|
|
|
+ <span style="
|
|
|
+ display: inline-block;
|
|
|
+ margin-right: 8px;
|
|
|
+ padding: 0 4px;
|
|
|
+ border-bottom: 1px solid black;
|
|
|
+ width: 160px;
|
|
|
+ ">{{ patient.socialNo }}</span>
|
|
|
+ </div>
|
|
|
+ <div style="margin: 8px 8px 8px 0">
|
|
|
+ 身份证件不详的具体原因:
|
|
|
+ <span style="
|
|
|
+ display: inline-block;
|
|
|
+ margin-right: 8px;
|
|
|
+ padding: 0 4px;
|
|
|
+ border-bottom: 1px solid black;
|
|
|
+ width: 40px;
|
|
|
+ ">{{ patient.socialNo }}</span>
|
|
|
+ <span v-for="item in dics.noCertReasons">
|
|
|
+ {{ item.code }}.{{ item.name }}
|
|
|
+ </span>
|
|
|
+ 其他
|
|
|
+ <span style="
|
|
|
+ display: inline-block;
|
|
|
+ margin-right: 8px;
|
|
|
+ padding: 0 4px;
|
|
|
+ border-bottom: 1px solid black;
|
|
|
+ width:80px;
|
|
|
+ ">{{ patient.noCertReasonInput }}</span>
|
|
|
+ </div>
|
|
|
<div style="margin: 8px 8px 8px 0">
|
|
|
出生地:
|
|
|
<span style="
|
|
@@ -120,23 +182,17 @@
|
|
|
民族:
|
|
|
<span style="
|
|
|
display: inline-block;
|
|
|
+ width: 40px;
|
|
|
margin-right: 8px;
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
">{{ filterNameInDic(patient.nation, "getNation") }}</span>
|
|
|
</div>
|
|
|
<div style="margin: 8px 8px 8px 0">
|
|
|
- 身份证号:
|
|
|
- <span style="
|
|
|
- display: inline-block;
|
|
|
- margin-right: 8px;
|
|
|
- padding: 0 4px;
|
|
|
- border-bottom: 1px solid black;
|
|
|
- width: 160px;
|
|
|
- ">{{ patient.socialNo }}</span>
|
|
|
职业:
|
|
|
<span style="
|
|
|
display: inline-block;
|
|
|
+ width: 140px;
|
|
|
margin-right: 8px;
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
@@ -144,10 +200,14 @@
|
|
|
婚姻:
|
|
|
<span style="
|
|
|
display: inline-block;
|
|
|
+ width: 40px;
|
|
|
margin-right: 8px;
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
">{{ filterNameInDic(patient.marriage, "getMarriageCode") }}</span>
|
|
|
+ <span v-for="item in dics.getMarriageCode" style="margin-right: 10px;">
|
|
|
+ {{ item.code }}.{{ item.name }}
|
|
|
+ </span>
|
|
|
</div>
|
|
|
<div style="margin: 8px 8px 8px 0">
|
|
|
现住址:
|
|
@@ -161,6 +221,7 @@
|
|
|
电话:
|
|
|
<span style="
|
|
|
display: inline-block;
|
|
|
+ width: 100px;
|
|
|
margin-right: 8px;
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
@@ -235,6 +296,7 @@
|
|
|
margin-right: 8px;
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
+ width: 100px;
|
|
|
">{{
|
|
|
filterNameInDic(patient.contactRelation, "getRelations")
|
|
|
}}</span>
|
|
@@ -265,13 +327,16 @@
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
">{{ filterNameInDic(patient.zyAdmissWay, "getAdmissWay") }}</span>
|
|
|
- 是否手术:
|
|
|
+ <span v-for="item in dics.getAdmissWay" style="margin-right: 5px;">
|
|
|
+ {{ item.code }}.{{ item.name }}
|
|
|
+ </span>
|
|
|
+ <!-- 是否手术:
|
|
|
<span style="
|
|
|
display: inline-block;
|
|
|
margin-right: 8px;
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
- ">{{ filterNameInDic(patient.hasSurgery, "getOperations") }}</span>
|
|
|
+ ">{{ filterNameInDic(patient.hasSurgery, "getOperations") }}</span> -->
|
|
|
</div>
|
|
|
<div style="margin: 10px 0 10px 0">
|
|
|
入院时间:
|
|
@@ -366,7 +431,7 @@
|
|
|
{{ patient.clinicDiagCode }}
|
|
|
</span>
|
|
|
</div>
|
|
|
- <div style="display: flex; align-items: center">
|
|
|
+ <!-- <div style="display: flex; align-items: center">
|
|
|
入院诊断名称:
|
|
|
<span style="
|
|
|
display: inline-block;
|
|
@@ -430,7 +495,7 @@
|
|
|
{{ patient.supplement.diagnosisConfirmDay }}
|
|
|
</span>
|
|
|
日
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
|
|
|
<div style="height: max-content; width: 720px">
|
|
|
<span style="display: inline-block; width: 360px">
|
|
@@ -566,6 +631,9 @@
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
">{{ filterNameInDic(patient.allergy, "getHaveOrNot") }}</span>
|
|
|
+ <span v-for="item in dics.getHaveOrNot" style="margin-right: 5px;">
|
|
|
+ {{ item.code }}.{{ item.name }}
|
|
|
+ </span>
|
|
|
,过敏药物:
|
|
|
<span style="
|
|
|
display: inline-block;
|
|
@@ -581,8 +649,11 @@
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
">{{ filterNameInDic(patient.autopsy, "getAutopsies") }}</span>
|
|
|
+ <span v-for="item in dics.getHaveOrNot" style="margin-right: 5px;">
|
|
|
+ {{ item.code }}.{{ item.name }}
|
|
|
+ </span>
|
|
|
</div>
|
|
|
- <div style="margin: 8px 8px 8px 0">
|
|
|
+ <!-- <div style="margin: 8px 8px 8px 0">
|
|
|
输血前四项: HbsAg
|
|
|
<span style="
|
|
|
display: inline-block;
|
|
@@ -614,7 +685,7 @@
|
|
|
border-bottom: 1px solid black;
|
|
|
margin-left: 8px;
|
|
|
">{{ filterNameInDic(patient.tpAb, "getHbsag") }}</span>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<div style="margin: 8px 8px 8px 0">
|
|
|
血型:
|
|
|
<span style="
|
|
@@ -623,6 +694,9 @@
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
">{{ filterNameInDic(patient.bloodType, "getBloodType") }}</span>
|
|
|
+ <span v-for="item in dics.getBloodType" style="margin-right: 5px;">
|
|
|
+ {{ item.code }}.{{ item.name }}
|
|
|
+ </span>
|
|
|
Rh:
|
|
|
<span style="
|
|
|
display: inline-block;
|
|
@@ -630,6 +704,9 @@
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
">{{ filterNameInDic(patient.rh, "getHbsag") }}</span>
|
|
|
+ <span v-for="item in dics.getHbsag" style="margin-right: 5px;">
|
|
|
+ {{ item.code }}.{{ item.name }}
|
|
|
+ </span>
|
|
|
</div>
|
|
|
<div style="margin: 8px 8px 8px 0">
|
|
|
科室主任:
|
|
@@ -711,6 +788,9 @@
|
|
|
filterNameInDic(patient.qualityControlLevel, "getQualityLevel")
|
|
|
}}
|
|
|
</span>
|
|
|
+ <span v-for="item in dics.getQualityLevel" style="margin-right: 2px;">
|
|
|
+ {{ item.code }}.{{ item.name }}
|
|
|
+ </span>
|
|
|
质控医师:
|
|
|
<span style="
|
|
|
display: inline-block;
|
|
@@ -733,7 +813,7 @@
|
|
|
margin-right: 8px;
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
- width: 170px;
|
|
|
+ width: 120px;
|
|
|
">{{ patient.qualityControlDate }}</span>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -746,10 +826,10 @@
|
|
|
width: 100%;
|
|
|
">
|
|
|
<tr>
|
|
|
- <th rowspan="2">手术及操作名称</th>
|
|
|
+ <th rowspan="2">手术及操作编码</th>
|
|
|
<th rowspan="2" style="width: 70px">手术及操作日期</th>
|
|
|
<th rowspan="2" style="width: 10px">手术级别</th>
|
|
|
- <th rowspan="2">手术及操作编码</th>
|
|
|
+ <th rowspan="2">手术及操作名称</th>
|
|
|
<th colspan="3">手术及操作医师</th>
|
|
|
<th rowspan="2" style="width: 30px">切口愈合等级</th>
|
|
|
<th rowspan="2">麻醉方式</th>
|
|
@@ -761,8 +841,8 @@
|
|
|
<th>II助</th>
|
|
|
</tr>
|
|
|
<tr v-for="n in defaultSurgerySize" :key="n">
|
|
|
- <td style="padding: 3px">
|
|
|
- {{ patient.surgeryList[n - 1].name }}
|
|
|
+ <td style="width: 70px">
|
|
|
+ {{ patient.surgeryList[n - 1].code }}
|
|
|
</td>
|
|
|
<td style="padding: 3px; width: 70px">
|
|
|
{{ patient.surgeryList[n - 1].date }}
|
|
@@ -775,8 +855,8 @@
|
|
|
)
|
|
|
}}
|
|
|
</td>
|
|
|
- <td style="width: 70px">
|
|
|
- {{ patient.surgeryList[n - 1].code }}
|
|
|
+ <td style="padding: 3px">
|
|
|
+ {{ patient.surgeryList[n - 1].name }}
|
|
|
</td>
|
|
|
<td style="width: 40px">
|
|
|
{{ patient.surgeryList[n - 1].operatorName }}
|
|
@@ -817,6 +897,11 @@
|
|
|
">{{
|
|
|
filterNameInDic(patient.zyDismissWay, "getZyDismissWay")
|
|
|
}}</span>
|
|
|
+ <span v-for="item in dics.getZyDismissWay">
|
|
|
+ {{ item.code }}.{{ item.name }}
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ <div style="margin: 8px 8px 8px 0">
|
|
|
,拟接收医疗机构名称:
|
|
|
<span style="
|
|
|
display: inline-block;
|
|
@@ -835,6 +920,9 @@
|
|
|
">{{
|
|
|
filterNameInDic(patient.admissAgainInOneMonth, "getHaveOrNot")
|
|
|
}}</span>
|
|
|
+ <span v-for="item in dics.getHaveOrNot">
|
|
|
+ {{ item.code }}.{{ item.name }}
|
|
|
+ </span>
|
|
|
,目的:
|
|
|
<span style="
|
|
|
display: inline-block;
|
|
@@ -1151,7 +1239,37 @@
|
|
|
width: 70px;
|
|
|
">{{ patient.otherFees }}</span>
|
|
|
</div>
|
|
|
- <div style="margin: 8px 8px 8px 0">
|
|
|
+ <div style="display: flex;align-items: end;margin-top: 4px">
|
|
|
+ <table style="border-collapse: collapse; width: calc(100% - 25px)">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>重症监护室名称</th>
|
|
|
+ <th>进入重症监护室时间( 年 月 日 时 分)</th>
|
|
|
+ <th>转出重症监护室时间( 年 月 日 时 分)</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr v-for="n in 3">
|
|
|
+ <td>
|
|
|
+ <div style="height: 26px;line-height: 26px;padding-left: 5px">
|
|
|
+ {{ initIcuInfoListName(n) }}
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <div style="height: 26px;line-height: 26px;padding-left: 5px" class="datetime-container">
|
|
|
+ {{ patient.icuInfoList[n - 1].startTime }}
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td>
|
|
|
+ <div style="height: 26px;line-height: 26px;padding-left: 5px" class="datetime-container">
|
|
|
+ {{ patient.icuInfoList[n - 1].endTime }}
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ <!-- <div style="margin: 8px 8px 8px 0">
|
|
|
主要诊断治愈好转情况:
|
|
|
<span style="
|
|
|
margin-right: 8px;
|
|
@@ -1161,6 +1279,58 @@
|
|
|
">
|
|
|
{{ dismissStatusText(patient.disdiagList[0].dismissStatus) }}
|
|
|
</span>
|
|
|
+ </div> -->
|
|
|
+ <div style="margin: 8px 8px 8px 0">
|
|
|
+ 危重病例
|
|
|
+ <span style="
|
|
|
+ display: inline-block;
|
|
|
+ padding: 0 4px;
|
|
|
+ border-bottom: 1px solid black;
|
|
|
+ margin-right: 12px;
|
|
|
+ ">{{ patient.wzbl }}</span>
|
|
|
+ 0.否 1.是
|
|
|
+ 疑难病例
|
|
|
+ <span style="
|
|
|
+ display: inline-block;
|
|
|
+ margin-right: 8px;
|
|
|
+ padding: 0 4px;
|
|
|
+ border-bottom: 1px solid black;
|
|
|
+ ">{{ patient.ynbl }}</span>
|
|
|
+ 0.否 1.是
|
|
|
+ </div>
|
|
|
+ <div style="margin: 8px 8px 8px 0">
|
|
|
+ MDT病历
|
|
|
+ <span style="
|
|
|
+ display: inline-block;
|
|
|
+ padding: 0 4px;
|
|
|
+ border-bottom: 1px solid black;
|
|
|
+ margin-right: 12px;
|
|
|
+ ">{{ patient.mdtbl }}</span>
|
|
|
+ 0.否 1.是
|
|
|
+ 单病种病例
|
|
|
+ <span style="
|
|
|
+ display: inline-block;
|
|
|
+ padding: 0 4px;
|
|
|
+ border-bottom: 1px solid black;
|
|
|
+ margin-right: 12px;
|
|
|
+ ">{{ patient.dbzbl }}</span>
|
|
|
+ 0.否 1.是
|
|
|
+ 日间手术病例
|
|
|
+ <span style="
|
|
|
+ display: inline-block;
|
|
|
+ margin-right: 8px;
|
|
|
+ padding: 0 4px;
|
|
|
+ border-bottom: 1px solid black;
|
|
|
+ ">{{ patient.rjssbl }}</span>
|
|
|
+ 0.否 1.是
|
|
|
+ 教学查房病历
|
|
|
+ <span style="
|
|
|
+ display: inline-block;
|
|
|
+ margin-right: 8px;
|
|
|
+ padding: 0 4px;
|
|
|
+ border-bottom: 1px solid black;
|
|
|
+ ">{{ patient.jxcfbl }}</span>
|
|
|
+ 0.否 1.是
|
|
|
</div>
|
|
|
<div style="margin: 8px 8px 8px 0">
|
|
|
诊断符合情况: 门诊与出院
|
|
@@ -1177,8 +1347,6 @@
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
">{{ filterNameInDic(patient.diagConform2, "getDiagConform") }}</span>
|
|
|
- </div>
|
|
|
- <div style="margin: 8px 8px 8px 0">
|
|
|
术前与术后
|
|
|
<span style="
|
|
|
display: inline-block;
|
|
@@ -1193,6 +1361,8 @@
|
|
|
border-bottom: 1px solid black;
|
|
|
margin-right: 12px;
|
|
|
">{{ filterNameInDic(patient.diagConform4, "getDiagConform") }}</span>
|
|
|
+ </div>
|
|
|
+ <div style="margin: 8px 8px 8px 0">
|
|
|
放射与病理
|
|
|
<span style="
|
|
|
display: inline-block;
|
|
@@ -1200,6 +1370,8 @@
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
">{{ filterNameInDic(patient.diagConform5, "getDiagConform") }}</span>
|
|
|
+ (0.未做 1.符合 2.不符合 3.不确定 )
|
|
|
+
|
|
|
</div>
|
|
|
<div style="margin: 8px 8px 8px 0">
|
|
|
抢救情况: 抢救
|
|
@@ -1219,6 +1391,45 @@
|
|
|
次
|
|
|
</div>
|
|
|
<div style="margin: 8px 8px 8px 0">
|
|
|
+ 同城互认:
|
|
|
+ 1.无
|
|
|
+
|
|
|
+ <input type="checkbox" :checked="patient.tchrw" disabled />
|
|
|
+ <span style="margin-left: 12px">2.影像检查</span>
|
|
|
+ <input type="checkbox" :checked="patient.tchryxjc" disabled />
|
|
|
+ <span style="margin-left: 12px">3.检验检查</span>
|
|
|
+ <input type="checkbox" :checked="patient.tchrjyjc" disabled />
|
|
|
+ <span style="margin-left: 12px">4.病理检查</span>
|
|
|
+ <input type="checkbox" :checked="patient.tchrbljc" disabled />
|
|
|
+ <span style="margin-left: 12px">9.其他</span>
|
|
|
+ <input type="checkbox" :checked="patient.tchrqt" disabled />
|
|
|
+ </div>
|
|
|
+ <div style="margin: 8px 8px 8px 0">
|
|
|
+ 临床路径管理:
|
|
|
+ <span style="
|
|
|
+ display: inline-block;
|
|
|
+ padding: 0 4px;
|
|
|
+ border-bottom: 1px solid black;
|
|
|
+ margin-right: 12px;
|
|
|
+ ">
|
|
|
+ {{
|
|
|
+ patient.pathwayMng
|
|
|
+ }}
|
|
|
+ </span>
|
|
|
+ 1.完成 2.变异 3.退出 4.未入
|
|
|
+ </div>
|
|
|
+ <div style="width: 700px;box-sizing: border-box;">
|
|
|
+ <span>说明:(一)医疗付费方式 1.城镇职工基本医疗保险 2.城镇居民基本医疗保险 3.新型农村合作医疗 4.贫困救助
|
|
|
+ 5.商业医疗保险 6.全公费 7.全自费 8.其他社会保险 9.其他
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ <div style="width: 700px;box-sizing: border-box;">
|
|
|
+ <span>说明:(二)身份证件类型</span>
|
|
|
+ <span v-for="item in dics.getPsnCertType">
|
|
|
+ {{ item.code }}.{{ item.name }}
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ <!-- <div style="margin: 8px 8px 8px 0">
|
|
|
单病种管理:
|
|
|
<span style="
|
|
|
display: inline-block;
|
|
@@ -1279,7 +1490,6 @@
|
|
|
}}
|
|
|
</span>
|
|
|
</div>
|
|
|
-
|
|
|
<div style="margin: 8px 8px 8px 0">
|
|
|
病例分型:
|
|
|
<span style="
|
|
@@ -1319,7 +1529,6 @@
|
|
|
分
|
|
|
</span>
|
|
|
</div>
|
|
|
-
|
|
|
<div>
|
|
|
住院过程中有无进入重症监护室:
|
|
|
<span style="
|
|
@@ -1341,7 +1550,6 @@
|
|
|
{{ filterIcuName(patient.supplement.icuName) }}
|
|
|
</span>
|
|
|
</div>
|
|
|
-
|
|
|
<div style="margin: 8px 8px 8px 0">
|
|
|
进入时间:
|
|
|
<span style="
|
|
@@ -1627,7 +1835,6 @@
|
|
|
单位
|
|
|
</span>
|
|
|
</div>
|
|
|
-
|
|
|
<div style="margin: 8px 8px 8px 0">
|
|
|
肿瘤分期: T
|
|
|
<span style="
|
|
@@ -1670,7 +1877,6 @@
|
|
|
{{ filterNameInDic(patient.tumorLevel, "getTumorLevel") }}
|
|
|
</span>
|
|
|
</div>
|
|
|
-
|
|
|
<div style="margin: 8px 8px 8px 0">
|
|
|
输液输血情况: 1.输液情况:
|
|
|
<span style="
|
|
@@ -1712,7 +1918,7 @@
|
|
|
">
|
|
|
{{ filterNewHaveOrNot(patient.supplement.transfusionReaction) }}
|
|
|
</span>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -1736,7 +1942,14 @@ const defaultSurgerySize = computed(() => {
|
|
|
const surgerySize = props.patient.surgeryList.length;
|
|
|
return surgerySize > 5 ? surgerySize : 5;
|
|
|
});
|
|
|
-
|
|
|
+const initIcuInfoListName = (n) => {
|
|
|
+ if (n == 1) {
|
|
|
+ if (props.patient.icuInfoList[n - 1].icuName == null) {
|
|
|
+ return "-"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ return props.patient.icuInfoList[n - 1].icuName
|
|
|
+};
|
|
|
const filterNameInDic = (val, dic) => {
|
|
|
if (!val) {
|
|
|
return "";
|