123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601 |
- <template>
- <div>
- <div class="patient-menu">
- <el-autocomplete
- style="margin:16px 5px"
- popper-class="my-autocomplete"
- v-model.trim="value"
- :fetch-suggestions="querySearchAsync"
- :trigger-on-focus="false"
- placeholder="病人名字或者透析号"
- @select="handleSelect"
- >
- <i class="el-icon-search el-input__icon" slot="suffix"> </i>
- <template slot-scope="{ item }">
- <div class="name">{{ item.name }}</div>
- </template>
- </el-autocomplete>
- <el-select
- v-model="selectID"
- style="margin:0 5px 0px 5px;text-align: center;"
- @change="changePatient"
- placeholder="请选择"
- >
- <el-option
- v-for="item in patientsList"
- :key="item.id"
- :label="item.name"
- :value="item.id"
- >
- </el-option>
- </el-select>
-
- <el-tree
- :data="treeData"
- accordion
- node-key="name"
- :key="treeKey"
- :current-node-key="treeKey"
- :default-expanded-keys="[defaultActive]"
- @node-click="handleNodeClick"
- >
- </el-tree>
- </div>
- <div class="patient-app-container ">
- <span class="patient-name"
- >姓名:{{ currentPatient.name }} 性别:{{
- tranSex(currentPatient.gender)
- }}
- 年龄:{{ getAge(currentPatient) }} 透析号:{{
- currentPatient.dialysis_no
- }}
- </span>
- </div>
- </div>
- </template>
- <script>
- import { fetchAllList, PostSearch } from '@/api/patient'
- import { jsGetAge, uParseTime } from '@/utils/tools'
-
- export default {
- name: 'patientSidebar',
- value: '',
- searchArray: [],
- props: {
- id: 0,
- defaultActive: {
- type: String,
- default: '1-1'
- }
- },
- data() {
- return {
- thedefaultActive: 1,
- patientsList: [],
- currentPatient: {},
- selectID: 0,
- keyword: '',
- value: '',
- treeKey: '',
- org_id:0,
- treeData: [
- {
- name: '1',
- label: '电子病历',
- children: [
- {
- name: '1-1',
- label: '基本信息'
- },
- {
- name: '1-4',
- label: '医嘱管理'
- },
- {
- name: '1-6',
- label: '干体重'
- },
- {
- name:'1-7',
- label:'血管通路'
- },
- // {
- // name: '1-2',
- // label: '病程管理'
- // },
- // {
- // name: '1-9',
- // label: '阶段小结'
- // },
- // {
- // name: '1-10',
- // label: '出院小结'
- // },
- // {
- // name: '1-3',
- // label: '检验检查'
- // },
- // {
- // name:'1-8',
- // label:'传染病管理'
- // },
- // {
- // name: '1-5',
- // label: '抢救记录'
- // },
- // {
- // name: '1-11',
- // label: '首次病程记录'
- // }
- ]
- },
- {
- name: '2',
- label: '透析管理',
- children: [
- {
- name: '2-1',
- label: '长期透析处方'
- },
- {
- name: '2-2',
- label: '透析记录'
- },
- {
- name: '2-4',
- label: '排班信息'
- },
- {
- name: '2-5',
- label: '宣教信息'
- }
- ]
- },
- {
- name: '3',
- label: '病情记录',
- children: [
- {
- name: '3-1',
- label: '病史'
- },
- {
- name: '3-2',
- label: '体格检查'
- },
- {
- name: '1-11',
- label: '首次病程记录'
- },
- {
- name: '1-2',
- label: '病程记录'
- }, {
- name: '1-5',
- label: '抢救记录'
- }, {
- name: '1-9',
- label: '阶段小结'
- }, {
- name: '1-10',
- label: '出院小结'
- }
- ]
- },
- {
- name: '4',
- label: '检验检查',
- children: [
- {
- name: '1-3',
- label: '肾科检验'
- },
- {
- name: '4-1',
- label: '肾科检查'
- },
- {
- name: '4-3',
- label: 'KT/V'
- },
- {
- name: '1-8',
- label: '传染病管理'
- },
- ]
- },
- {
- name: '5',
- label: '评估工具',
- children: [
- {
- name: '5-1',
- label: '跌倒评估'
- },
- {
- name: '5-2',
- label: '小儿跌倒风险评估'
- },
- {
- name: '5-3',
- label: '压疮风险评估'
- },
- {
- name: '5-4',
- label: 'OH压疮评估'
- },
- {
- name: '5-5',
- label: '日常生活能力评估'
- },
- {
- name: '5-6',
- label: '导管脱落风险评估'
- },
- {
- name: '5-7',
- label: 'RASS及疼痛评估'
- },
- {
- name: '5-8',
- label: '营养状况评估'
- },
- {
- name: '5-9',
- label: '约束告知单'
- },
- {
- name: '5-10',
- label: '心理评估'
- },
- {
- name: '5-11',
- label: '瘙痒评估'
- },
- {
- name: '5-12',
- label: '血液透析患者评估'
- },
- {
- name: '5-13',
- label: 'Glasgow昏迷评分量表'
- },
- {
- name: '5-14',
- label: '肌力评估表'
- },
- ]
- },
- {
- name: '6',
- label: '文书管理',
- children: [
- {
- name: '6-1',
- label: '知情同意书'
- },
- ]
- },
-
- ],
- name:""
- }
- },
- methods: {
- handleNodeClick(data) {
- var name = data.name
- this.name = data.name
- window.sessionStorage.setItem('patientKey',data.name)
- if (name == '1-1') {
- this.$router.push({ path: '/patients/patient/' + this.id })
- } else if (name == '1-2') {
- this.$router.push({ path: '/patients/course?id=' + this.id })
- } else if (name == '1-3') {
- this.$router.push({ path: '/patients/inspection?id=' + this.id })
- } else if (name == '1-4') {
- this.$router.push({
- path: '/patients/patient/' + this.id + '/doctorAdvice'
- })
- } else if (name == '1-6') {
- this.$router.push({
- path: '/patients/patient/' + this.id + '/dryWeight'
- })
- } else if (name == '1-5') {
- this.$router.push({ path: '/patients/rescue?id=' + this.id })
- } else if (name == '2-1') {
- this.$router.push({
- path: '/patients/patient/' + this.id + '/dialysisSolution'
- })
- } else if (name == '2-2') {
- this.$router.push({
- path: '/patients/patient/' + this.id + '/dialysisRecord'
- })
- } else if (name == '2-4') {
- this.$router.push({
- path: '/patients/patient/' + this.id + '/scheduling'
- })
- } else if (name == '2-5') {
- this.$router.push({
- path: '/patients/patient/' + this.id + '/proeducation'
- })
- } else if (name == '1-7'){
- this.$router.push({path:'/patients/patient/'+this.id+'/vascularAccess'})
- } else if (name == '1-8'){
- this.$router.push({path:'/patients/patients/'+this.id+'/inspectionInfectious'})
- } else if (name == '1-9'){
- this.$router.push({path:'/patient/patient/'+this.id+'/templateSummary'})
- } else if(name == '1-10'){
- this.$router.push({path:'/patient/patient/'+this.id+'/hospitalSummary'})
- } else if(name == '1-11'){
- this.$router.push({path:'/patient/patient/'+this.id+'/firstDisease'})
- } else if(name == '3-1'){
- this.$router.push({ path: '/patients/sickhistory?id=' + this.id })
-
- } else if(name == '3-2'){
- this.$router.push({path:'/patients/physicalexamination?id='+this.id})
-
- } else if(name == '4-1'){
- this.$router.push({path:'/patients/inspection_check?id='+this.id})
- } else if(name == '4-3'){
- this.$router.push({path:'/patients/ktv?id='+this.id})
- }
- else if (name == '5-1') {
- this.$router.push({
- path: '/patients/patient/'+ this.id +'/Fallassessment'
- })
- } else if (name == '5-2') {
- this.$router.push({
- path: '/patients/patient/' + this.id + '/pediatricFallAssessment'
- })
- } else if (name == '5-3') {
- this.$router.push({
- path: '/patients/patient/' + this.id + '/pressuresore'
- })
- } else if (name == '5-4') {
- this.$router.push({
- path: '/patients/patient/' + this.id + '/OHpressuresore'
- })
- } else if (name == '5-5'){
- this.$router.push({path:'/patients/patient/'+this.id+'/dailyLife'})
- } else if (name == '5-6'){
- this.$router.push({path:'/patients/patient/'+this.id+'/Cathetershedding'})
- } else if (name == '5-7'){
- this.$router.push({path:'/patients/patient/'+this.id+'/RassAssessment'})
- } else if(name == '5-8'){
- this.$router.push({path:'/patients/patient/'+this.id+'/nourishmentAssessment'})
- } else if(name == '5-9'){
- this.$router.push({path:'/patients/patient/'+this.id+'/Constraintnotification'})
- } else if(name == '5-10'){
- this.$router.push({ path: '/patients/patient/' + this.id+'/mindAssessment'})
- } else if(name == '5-11'){
- this.$router.push({path:'/patients/patient/' + this.id+'/pruritusAssessment'})
-
- } else if(name == '5-12'){
- this.$router.push({path:'/patients/patient/' + this.id+'/hemodialysis'})
- } else if(name == '5-13'){
- this.$router.push({path:'/patients/patient/' + this.id+'/Glasgow'})
- } else if(name == '5-14'){
- this.$router.push({path:'/patients/patient/' + this.id+'/Muscleforce'})
- }else if(name == '6-1'){
- this.$router.push({path: '/patients/patient/' + this.id+'/Informedconsent'})
- }
-
- },
- changePatient(value) {
- console.log(value)
- if(this.$route.path.indexOf('edit') > -1){
- this.$confirm('是否保存当前病历', '保存', {
- confirmButtonText: '确 定',
- cancelButtonText: '取 消',
- type: 'warning'
- }).then(() => {
- this.$emit('updateInfo')
- setTimeout(() => {
- this.$router.push('/patients/patient/' + value)
- },1000)
- }).catch(() => {
- this.$router.push('/patients/patient/' + value)
- })
- }else{
- this.$router.push('/patients/patient/' + value)
- }
-
-
- },
- getList() {
- fetchAllList().then(response => {
- if (response.data.state == 1) {
- if(this.org_id ==10191 || this.org_id == 0){
- var patients = response.data.data.patients
- console.log("patients",patients)
- for(let i=0;i<patients.length;i++){
- if(patients[i].lapseto ==1){
- this.patientsList.push(patients[i])
- }
-
- }
- }else{
- this.patientsList = response.data.data.patients
- console.log("哈哈哈哈哈哈",this.patientsList)
- }
-
-
- var len = this.patientsList.length
- if (len > 0) {
- for (let index = 0; index < len; index++) {
- if (this.patientsList[index].id == this.id) {
- this.currentPatient = this.patientsList[index]
- // console.log("curr", this.currentPatient);
- this.selectID = this.patientsList[index].id
- this.$emit('tran-patient', this.currentPatient)
- break
- }
- }
- }
- }
- })
- },
- tranAge(birthday) {
- var birth = uParseTime(birthday, '{y}-{m}-{d}')
- return jsGetAge(birth, '-')
- },
- tranSex(gender) {
- var sex = '未知'
- switch (gender) {
- case 1:
- sex = '男'
- break
- case 2:
- sex = '女'
- break
- default:
- break
- }
- return sex
- },
- querySearchAsync(keyword, cb) {
-
- let key = ''
- if (keyword != undefined) {
- key = keyword
- }
- let searchArray = []
- PostSearch(key).then(response => {
- if (response.data.state == 1) {
- searchArray = response.data.data.patient
- cb(searchArray)
- } else {
- this.$message.error(response.data.msg)
- cb([])
- }
- })
- },
- handleSelect(val) {
- this.$router.push('/patients/patient/' + val.id)
- },
- getAge: function(val) {
- if (val.id_card_no == undefined) {
- return false
- }
- var thisLen = val.id_card_no.length
- var birth = ''
- if (thisLen == 15) {
- birth = '19' + val.id_card_no.substr(6, 6)
- } else {
- birth = val.id_card_no.substr(6, 8)
- }
- var birthtwo =
- birth.substr(0, 4) +
- '-' +
- birth.substr(4, 2) +
- '-' +
- birth.substr(6, 2)
-
- var age = jsGetAge(birthtwo, '-')
- return age
- }
- },
- created() {
- var patientKey = window.sessionStorage.getItem('patientKey')
- this.org_id = this.$store.getters.xt_user.template_info.org_id
- console.log("patient",patientKey)
- var query = this.$route.path
- console.log("query",this.$route.path)
- if(patientKey){
- this.treeKey = patientKey
- if(query.indexOf('edit') == -1){
- if (patientKey == '1-1') {
- this.$router.push({ path: '/patients/patient/' + this.id })
- } else if (patientKey == '1-2') {
- this.$router.push({ path: '/patients/course?id=' + this.id })
- } else if (patientKey == '1-3') {
- this.$router.push({ path: '/patients/inspection?id=' + this.id })
- } else if (patientKey == '1-4') {
- this.$router.push({
- path: '/patients/patient/' + this.id + '/doctorAdvice'
- })
- } else if (patientKey == '1-6') {
- this.$router.push({
- path: '/patients/patient/' + this.id + '/dryWeight'
- })
- }else if(patientKey == '1-11'){
- this.$router.push({
- path: '/patients/patient/' + this.id + '/firstDisease'
- })
- }
- else if (patientKey == '1-5') {
- this.$router.push({ path: '/patients/rescue?id=' + this.id })
- } else if (patientKey == '2-1') {
- this.$router.push({
- path: '/patients/patient/' + this.id + '/dialysisSolution'
- })
- } else if (patientKey == '2-2') {
- this.$router.push({
- path: '/patients/patient/' + this.id + '/dialysisRecord'
- })
- } else if (patientKey == '2-4') {
- this.$router.push({
- path: '/patients/patient/' + this.id + '/scheduling'
- })
- } else if (patientKey == '2-5') {
- this.$router.push({
- path: '/patients/patient/' + this.id + '/proeducation'
- })
- } else if (patientKey == '3-1') {
- this.$router.push({ path: '/patients/sickhistory?id=' + this.id })
- }
-
- }else{
- this.treeKey = "1-1"
-
- }
- }else{
- this.treeKey = this.defaultActive
-
- }
-
-
- this.getList()
- },
-
- }
- </script>
-
- <style>
- .patient-menu .el-tree-node__content {
- font-size: 14px;
- height: 40px;
- font-weight: 400;
- }
- .patient-menu .el-tree-node__label:hover {
- color: #409eff;
- }
- .patient-menu .el-tree-node:focus > .el-tree-node__content {
- color: #409eff;
- }
- .patient-menu .el-tree-node .el-tree-node.is-current > .el-tree-node__content {
- color: #409eff;
- }
- .patient-menu .el-tree {
- background: #f6f8f9;
- }
- .patient-menu {
- -webkit-transition: width 0.28s;
- transition: width 0.28s;
- width: 180px !important;
- height: 100%;
- position: relative;
- font-size: 0px;
- top: 0;
- float: left;
- bottom: 0;
- left: 0;
- /* z-index: 99; */
- overflow: hidden;
- }
-
- .patient-center-menu .el-icon-arrow-down:before {
- content: "";
- }
- </style>
|