Browse Source

球旁注射同意书

x-emr
bianyaqi 2 years ago
parent
commit
34c93d76d1
  1. 1
      src/components/360View/medicalRecord/index.vue
  2. 5
      src/components/360View/medicalRecord/outPatientRecord/leftFormList.vue
  3. 3
      src/page-subspecialty/views/modules/formList/InjectionTherapy.vue

1
src/components/360View/medicalRecord/index.vue

@ -13,6 +13,7 @@
:is-platform="isPlatform"
:form-list="formList"
:cur-index="curIndex"
:is-creator="isCreator"
@handleForm="handleForm"
@deleteForm="formDelete"
@addRecord="addRecord"

5
src/components/360View/medicalRecord/outPatientRecord/leftFormList.vue

@ -49,12 +49,11 @@
<script>
export default {
name: 'LeftFormList',
props: ['onlyRead', 'isSearch', 'patientId', 'formList', 'curIndex'],
props: ['onlyRead', 'isSearch', 'patientId', 'formList', 'curIndex', 'isCreator'],
data() {
return {
formType: '治疗',
defaultChecked: true,
isCreator: true,
formTypeList: [
{
type: '治疗',
@ -81,8 +80,6 @@ export default {
this.$emit('addRecord', name)
},
handleForm(index, item) {
const user = JSON.parse(window.sessionStorage.getItem('qg-userData'))
this.isCreator = item.doctorCode === user.employeeId
this.$emit('handleForm', { index, item })
},
deleteForm() {

3
src/page-subspecialty/views/modules/formList/InjectionTherapy.vue

@ -72,6 +72,9 @@
我们了解该治疗的各种可能发生的风险同意接受治疗
</div>
</div>
<div style="margin-top: 15px">
其他目前曲安奈德注射液的适应症可能尚无您的疾病但国内外文献及循证医学证明该药物用于治疗此类疾病是安全有效的
</div>
<div class="flex j-b" style="margin-top: 20px">
<div class="flex a-c">
<span style="word-break: keep-all;font-weight: bold">本人签名</span>

Loading…
Cancel
Save