|
@@ -52,7 +52,10 @@
|
|
|
margin-right: 8px;
|
|
|
border-bottom: 1px solid black;
|
|
|
width: 50px;
|
|
|
- ">{{ filterNameInDic(patient.sex, "getSexCode") }}</span>
|
|
|
+ ">
|
|
|
+ <!-- {{ filterNameInDic(patient.sex, "getSexCode") }} -->
|
|
|
+ {{ patient.sex }}
|
|
|
+ </span>
|
|
|
<span style="display: inline-block;margin-right:8px ;">1.男 2.女 9.未说明的性别</span>
|
|
|
出生日期:
|
|
|
<span style="
|
|
@@ -204,7 +207,10 @@
|
|
|
margin-right: 8px;
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
- ">{{ filterNameInDic(patient.marriage, "getMarriageCode") }}</span>
|
|
|
+ ">
|
|
|
+ <!-- {{ filterNameInDic(patient.marriage, "getMarriageCode") }} -->
|
|
|
+ {{ patient.marriage }}
|
|
|
+ </span>
|
|
|
<span v-for="item in dics.getMarriageCode" style="margin-right: 10px;">
|
|
|
{{ item.code }}.{{ item.name }}
|
|
|
</span>
|
|
@@ -297,9 +303,12 @@
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
width: 100px;
|
|
|
- ">{{
|
|
|
+ ">
|
|
|
+ {{
|
|
|
filterNameInDic(patient.contactRelation, "getRelations")
|
|
|
- }}</span>
|
|
|
+ }}
|
|
|
+ <!-- {{ patient.contactRelation }} -->
|
|
|
+ </span>
|
|
|
</div>
|
|
|
<div style="margin: 8px 8px 8px 0">
|
|
|
联系人地址:
|
|
@@ -326,7 +335,10 @@
|
|
|
margin-right: 8px;
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
- ">{{ filterNameInDic(patient.zyAdmissWay, "getAdmissWay") }}</span>
|
|
|
+ ">
|
|
|
+ <!-- {{ filterNameInDic(patient.zyAdmissWay, "getAdmissWay") }} -->
|
|
|
+ {{ patient.zyAdmissWay }}
|
|
|
+ </span>
|
|
|
<span v-for="item in dics.getAdmissWay" style="margin-right: 5px;">
|
|
|
{{ item.code }}.{{ item.name }}
|
|
|
</span>
|
|
@@ -630,7 +642,10 @@
|
|
|
margin-right: 8px;
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
- ">{{ filterNameInDic(patient.allergy, "getHaveOrNot") }}</span>
|
|
|
+ ">
|
|
|
+ <!-- {{ filterNameInDic(patient.allergy, "getHaveOrNot") }} -->
|
|
|
+ {{ patient.allergy }}
|
|
|
+ </span>
|
|
|
<span v-for="item in dics.getHaveOrNot" style="margin-right: 5px;">
|
|
|
{{ item.code }}.{{ item.name }}
|
|
|
</span>
|
|
@@ -648,7 +663,10 @@
|
|
|
margin-right: 8px;
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
- ">{{ filterNameInDic(patient.autopsy, "getAutopsies") }}</span>
|
|
|
+ ">
|
|
|
+ <!-- {{ filterNameInDic(patient.autopsy, "getAutopsies") }} -->
|
|
|
+ {{ patient.autopsy }}
|
|
|
+ </span>
|
|
|
<span v-for="item in dics.getHaveOrNot" style="margin-right: 5px;">
|
|
|
{{ item.code }}.{{ item.name }}
|
|
|
</span>
|
|
@@ -693,7 +711,10 @@
|
|
|
margin-right: 8px;
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
- ">{{ filterNameInDic(patient.bloodType, "getBloodType") }}</span>
|
|
|
+ ">
|
|
|
+ <!-- {{ filterNameInDic(patient.bloodType, "getBloodType") }} -->
|
|
|
+ {{ patient.bloodType }}
|
|
|
+ </span>
|
|
|
<span v-for="item in dics.getBloodType" style="margin-right: 5px;">
|
|
|
{{ item.code }}.{{ item.name }}
|
|
|
</span>
|
|
@@ -703,7 +724,10 @@
|
|
|
margin-right: 8px;
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
- ">{{ filterNameInDic(patient.rh, "getHbsag") }}</span>
|
|
|
+ ">
|
|
|
+ <!-- {{ filterNameInDic(patient.rh, "getHbsag") }} -->
|
|
|
+ {{ patient.rh }}
|
|
|
+ </span>
|
|
|
<span v-for="item in dics.getHbsag" style="margin-right: 5px;">
|
|
|
{{ item.code }}.{{ item.name }}
|
|
|
</span>
|
|
@@ -784,9 +808,10 @@
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
">
|
|
|
- {{
|
|
|
+ <!-- {{
|
|
|
filterNameInDic(patient.qualityControlLevel, "getQualityLevel")
|
|
|
- }}
|
|
|
+ }} -->
|
|
|
+ {{ patient.qualityControlLevel }}
|
|
|
</span>
|
|
|
<span v-for="item in dics.getQualityLevel" style="margin-right: 2px;">
|
|
|
{{ item.code }}.{{ item.name }}
|
|
@@ -851,12 +876,13 @@
|
|
|
{{ patient.surgeryList[n - 1].date }}
|
|
|
</td>
|
|
|
<td style="text-align-last: center; width: 30px">
|
|
|
- {{
|
|
|
+ <!-- {{
|
|
|
filterNameInDic(
|
|
|
patient.surgeryList[n - 1].level,
|
|
|
"getOperateScale"
|
|
|
)
|
|
|
- }}
|
|
|
+ }} -->
|
|
|
+ {{ patient.surgeryList[n - 1].level }}
|
|
|
</td>
|
|
|
<td style="padding: 3px">
|
|
|
{{ patient.surgeryList[n - 1].classType }}
|
|
@@ -898,6 +924,7 @@
|
|
|
"getAnaesthesia"
|
|
|
)
|
|
|
}}
|
|
|
+ <!-- {{ patient.surgeryList[n - 1].anaesthesia }} -->
|
|
|
</td>
|
|
|
<td style="width: 40px">
|
|
|
{{ patient.surgeryList[n - 1].anaesthesiaorName }}
|
|
@@ -910,9 +937,12 @@
|
|
|
display: inline-block;
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
- ">{{
|
|
|
+ ">
|
|
|
+ <!-- {{
|
|
|
filterNameInDic(patient.zyDismissWay, "getZyDismissWay")
|
|
|
- }}</span>
|
|
|
+ }} -->
|
|
|
+ {{ patient.zyDismissWay }}
|
|
|
+ </span>
|
|
|
<span v-for="item in dics.getZyDismissWay">
|
|
|
{{ item.code }}.{{ item.name }}
|
|
|
</span>
|
|
@@ -933,9 +963,12 @@
|
|
|
display: inline-block;
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
- ">{{
|
|
|
+ ">
|
|
|
+ <!-- {{
|
|
|
filterNameInDic(patient.admissAgainInOneMonth, "getHaveOrNot")
|
|
|
- }}</span>
|
|
|
+ }} -->
|
|
|
+ {{ patient.admissAgainInOneMonth }}
|
|
|
+ </span>
|
|
|
<span v-for="item in dics.getHaveOrNot">
|
|
|
{{ item.code }}.{{ item.name }}
|
|
|
</span>
|
|
@@ -1349,34 +1382,44 @@
|
|
|
0.否 1.是
|
|
|
</div>
|
|
|
<div style="margin: 8px 8px 8px 0">
|
|
|
- 诊断符合情况: 门诊与出院
|
|
|
+ 诊断符合情况: 门诊与住院
|
|
|
<span style="
|
|
|
display: inline-block;
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
margin-right: 12px;
|
|
|
- ">{{ filterNameInDic(patient.diagConform1, "getDiagConform") }}</span>
|
|
|
+ ">
|
|
|
+ {{ patient.mzycy }}
|
|
|
+ </span>
|
|
|
入院与出院
|
|
|
<span style="
|
|
|
display: inline-block;
|
|
|
margin-right: 8px;
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
- ">{{ filterNameInDic(patient.diagConform2, "getDiagConform") }}</span>
|
|
|
+ ">
|
|
|
+ <!-- {{ filterNameInDic(patient.diagConform2, "getDiagConform") }} -->
|
|
|
+ {{ patient.ryycy }}
|
|
|
+ </span>
|
|
|
术前与术后
|
|
|
<span style="
|
|
|
display: inline-block;
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
margin-right: 12px;
|
|
|
- ">{{ filterNameInDic(patient.diagConform3, "getDiagConform") }}</span>
|
|
|
+ ">
|
|
|
+ <!-- {{ filterNameInDic(patient.diagConform3, "getDiagConform") }} -->
|
|
|
+ {{ patient.sqysh }}
|
|
|
+ </span>
|
|
|
临床与病理
|
|
|
<span style="
|
|
|
display: inline-block;
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
margin-right: 12px;
|
|
|
- ">{{ filterNameInDic(patient.diagConform4, "getDiagConform") }}</span>
|
|
|
+ ">
|
|
|
+ {{ patient.lcybl }}
|
|
|
+ </span>
|
|
|
</div>
|
|
|
<div style="margin: 8px 8px 8px 0">
|
|
|
放射与病理
|
|
@@ -1385,7 +1428,10 @@
|
|
|
margin-right: 8px;
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
- ">{{ filterNameInDic(patient.diagConform5, "getDiagConform") }}</span>
|
|
|
+ ">
|
|
|
+ <!-- {{ filterNameInDic(patient.diagConform5, "getDiagConform") }} -->
|
|
|
+ {{ patient.fsybl }}
|
|
|
+ </span>
|
|
|
(0.未做 1.符合 2.不符合 3.不确定 )
|
|
|
|
|
|
</div>
|