123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777 |
- <template>
- <div>
- <div class="grid">
- <div class="list">
- <ul>
- <li @click="showPrescription">
- <img src="@/assets/record/1.png" />
- <p>透析处方</p>
- </li>
- <li @click="showAccepts">
- <img src="@/assets/record/2.png" />
- <p>接诊评估</p>
- </li>
- <li @click="showAssessmentBefore">
- <img src="@/assets/record/3.png" />
- <p>透前评估</p>
- </li>
- <li @click="showDoctorAdviceDialog" class="newOrdersAdvice">
- <img src="@/assets/record/4.png" />
- <div>
- <p>临时医嘱</p>
- <span class="redpoint" v-if="getUnReadNum()">{{getUnReadNum()}}</span>
- </div>
- </li>
- <li @click="showDoubleCheck">
- <img src="@/assets/record/5.png" />
- <p>双人核对</p>
- </li>
- </ul>
- </div>
- <div class="list">
- <ul>
- <li @click="showComputerDialog">
- <img src="@/assets/record/6.png" />
- <p>透析上机</p>
- </li>
- <li @click="showMonitorDialog">
- <img src="@/assets/record/7.png" />
- <p>透析监测</p>
- </li>
- <li @click="showFinishDialog">
- <img src="@/assets/record/8.png" />
- <p>透析下机</p>
- </li>
- <li @click="showAssessmentAfterDialog">
- <img src="@/assets/record/9.png" />
- <p>透后评估</p>
- </li>
- <li @click="showrTeatmentSummary">
- <img src="@/assets/record/10.png" />
- <p>治疗小结</p>
- </li>
- </ul>
- </div>
- </div>
-
- <div class="middleLine"></div>
-
- <dialysis-prescription-dialog
- title="透析处方"
- ref="prescription"
- :patient="patient"
- :prescription="prescription"
- :solution="solution"
- @advice="adviceFunc"
- :niprocart_info="niprocart_info"
- :jms_info="jms_info"
- :fistula_needle_set_info="fistula_needle_set_info"
- :fistula_needle_set_16_info="fistula_needle_set_16_info"
- :hemoperfusion_info="hemoperfusion_info"
- :dialyser_sterilised_info="dialyser_sterilised_info"
- :filtryzer_info="filtryzer_info"
- :dialyzers_info="dialyzers_info"
- :injector_info="injector_info"
- :bloodlines_info="bloodlines_info"
- :tubingHemodialysis_info="tubingHemodialysis_info"
- :safe_package_info="safe_package_info"
- :aliquid_info="aliquid_info"
- :config="config"
- :admin_users="admin_users"
- :targetAdvices="longAdvices"
- :waitUploadAdvices="waitUploadAdvices"
- :is_open="is_open"
- :predialysis="predialysis_evaluation"
- :last_predialysis="last_predialysis_evaluation"
- :record="assessment_after_dislysis"
- :last_record="last_assessment_after_dislysis"
- :last_prescription="last_dialysis_prescribe"
- :dry_weight="last_dryWeight_dislysis"
- :schedual="temp_schedual"
- :stockType="stockType"
- :lastAssessment="lastAssessment"
- :mode_id="mode_id"
-
- ></dialysis-prescription-dialog>
-
- <double-check-dialog
- title="双人核对"
- ref="doubleCheck"
- :patient="patient"
- :predialysis_evaluation="predialysis_evaluation"
- :prescription="prescription"
- :double_check="double_check"
- :admin_users="admin_users"
-
- ></double-check-dialog>
-
- <accepts-treatment-dialog
- title="接诊评估"
- ref="accepts"
- :patient="patient"
- :receiver_treatment_access="receiver_treatment_access"
- ></accepts-treatment-dialog>
-
- <assessment-before-dislysis-dialog
- title="透前评估"
- ref="assessmentBefore"
- :patient="patient"
- :last_predialysis="last_predialysis_evaluation"
- :predialysis_evaluation="predialysis_evaluation"
- :admin_users="admin_users"
- :dry_weight="last_dryWeight_dislysis"
- :lastAssessment="lastAssessment"
- :prescription="prescription"
- :dryWeightList="dryWeightList"
- :docList="docList"
- ></assessment-before-dislysis-dialog>
-
- <treatment-summary-dialog
- title="治疗小结"
- ref="treatmentSummary"
- :patient="patient"
- :treatment_summary="treatment_summary"
- :prescription="prescription"
- :predialysis_evaluation="predialysis_evaluation"
- :doctor_advices="doctor_advices"
- :dialysis_order="dialysis_order"
- :monitors="monitor_records"
- :assessment_after_dislysis="assessment_after_dislysis"
- ></treatment-summary-dialog>
-
- <doctor-advice-dialog
- title="临时医嘱"
- ref="doctor_advice"
- :doctor_advices="doctor_advices"
- :patient="patient"
- :admin_users="admin_users"
- :dialysis_order="dialysis_order"
- :his_is_open="his_is_open"
- :predialysis="predialysis_evaluation"
- :is_advice_open="is_advice_open"
- ></doctor-advice-dialog>
-
- <computer-dialog
- title="透析上机"
- ref="computer_dialog"
- :dialysis_order="dialysis_order"
- :schedule="schedual"
- @monitor="add_monitor"
- :admins="admin_users"
- :device_numbers="device_numbers"
- :special_premission="special_premission"
- :patient="patient"
- :stockType="stockType"
- :lastOrder="lastOrder"
- ></computer-dialog>
-
- <monitor-dialog
- title="透析监测"
- ref="monitor_dialog"
- :monitors="monitor_records"
- @monitor="add_monitor"
- :patient="patient"
- ></monitor-dialog>
-
- <finish-dialog
- title="透析下机"
- ref="finish_dialog"
- :dialysis_order="dialysis_order"
- :schedule="schedual"
- :admins="admin_users"
- :prescription="prescription"
- @assessmentAfterDislysis="assessmentAfterDislysisFunc"
- :special_premission="special_premission"
- :patient="patient"
- ></finish-dialog>
-
- <assessment-after-dislysis
- title="透后评估"
- ref="assessment_after_dislysis"
- :assessment_after_dislysis="assessment_after_dislysis"
- :patient="patient"
- :prescription="prescription"
- :predialysis_evaluation="predialysis_evaluation"
- :dialysis_order="dialysis_order"
- :schedual="temp_schedual"
- ></assessment-after-dislysis>
- </div>
- </template>
-
- <script>
- import dialysisPrescriptionDialog from "./dialog/dialysisPrescriptionDialog";
- import doubleCheckDialog from "./dialog/doubleCheckDialog";
- import AssessmentAfterDislysis from "./dialog/AssessmentAfterDislysis";
- import acceptsTreatmentDialog from "./dialog/acceptsTreatmentDialog";
- import assessmentBeforeDislysisDialog from "./dialog/assessmentBeforeDislysisDialog";
- import MonitorDialog from "./dialog/monitor_dialog";
- import DoctorAdviceDialog from "./dialog/DoctorAdviceDialog";
- import treatmentSummaryDialog from "./dialog/treatmentSummaryDialog";
- import ComputerDialog from "./dialog/computer_dialog";
- import FinishDialog from "./dialog/finish_dialog";
-
- export default {
- name: "NavIgation",
- components: {
- dialysisPrescriptionDialog,
- doubleCheckDialog,
- AssessmentAfterDislysis,
- acceptsTreatmentDialog,
- assessmentBeforeDislysisDialog,
- treatmentSummaryDialog,
- MonitorDialog,
- DoctorAdviceDialog,
- ComputerDialog,
- FinishDialog
- },
-
- data() {
- return {
- temp_schedual: {},
- mode_id:1
- };
- },
- mounted() {},
-
- props: {
- mode_id:{
- type:Number
- },
- longAdvices: {
- // 临时医嘱
- type: Array,
- default: () => {
- return [];
- }
- },
- waitUploadAdvices: {
- // 临时医嘱
- type: Array,
- default: () => {
- return [];
- }
- },
- is_open: {
- // 临时医嘱
- type: Number,
- default: () => {
- return 0;
- }
- },his_is_open:{
- type: Number,
- default: () => {
- return 0;
- }
- },
- patient: {
- // 患者信息
- type: Object,
- default: () => {
- return { id: 0 };
- }
- },
- schedual: {
- // 患者排班信息
- type: Object,
- default: () => {
- return { id: 0 };
- }
- },
- prescription: {
- // 透析处方
- type: Object,
- default: () => {
- return { id: 0 };
- }
- },
- dialysis_prescription:{
- type: Object,
- },
- solution: {
- // 透析方案
- type: Object,
- default: () => {
- return { id: 0 };
- }
- }, system_prescribe: {
- // 系统透析方案
- type: Object,
- default: () => {
- return { id: 0 };
- }
- },
-
- receiver_treatment_access: {
- // 接诊评估
- type: Object,
- default: () => {
- return { id: 0 };
- }
- },
- predialysis_evaluation: {
- // 透前评估
- type: Object,
- default: () => {
- return { id: 0 };
- }
- },
- doctor_advices: {
- // 临时医嘱
- type: Array,
- default: () => {
- return [];
- }
- },
- his_doctor_advices:{
- // 临时医嘱
- type: Array,
- default: () => {
- return [];
- }
- },
- double_check: {
- // 双人核对
- type: Object,
- default: () => {
- return { id: 0 };
- }
- },
- assessment_after_dislysis: {
- // 透后评估
- type: Object,
- default: () => {
- return { id: 0 };
- }
- },
- treatment_summary: {
- // 治疗小结
- type: Object,
- default: () => {
- return { id: 0 };
- }
- },
- monitor_records: {
- // 透析监测
- type: Array,
- default: () => {
- return [];
- }
- },
- dialysis_order: {
- // 透析记录
- type: Object,
- default: () => {
- return { id: 0 };
- }
- },
- admin_users: {
- // 系统用户列表
- type: Array,
- default: () => {
- return [];
- }
- },
- devices: {
- // 设备
- type: Array,
- default: () => {
- return [];
- }
- },
- device_numbers: {
- // 床位
- type: Array,
- default: () => {
- return [];
- }
- },
-
- niprocart_info: {
- type: Array,
- default: () => {
- return [];
- }
- },
-
- jms_info: {
- type: Array,
- default: () => {
- return [];
- }
- },
-
- fistula_needle_set_info: {
- type: Array,
- default: () => {
- return [];
- }
- },
-
- fistula_needle_set_16_info: {
- type: Array,
- default: () => {
- return [];
- }
- },
-
- hemoperfusion_info: {
- type: Array,
- default: () => {
- return [];
- }
- },
-
- dialyser_sterilised_info: {
- type: Array,
- default: () => {
- return [];
- }
- },
-
- filtryzer_info: {
- type: Array,
- default: () => {
- return [];
- }
- },
-
- dialyzers_info: {
- type: Array,
- default: () => {
- return [];
- }
- },
- injector_info: {
- type: Array,
- default: () => {
- return [];
- }
- },
- bloodlines_info: {
- type: Array,
- default: () => {
- return [];
- }
- },
- tubingHemodialysis_info: {
- type: Array,
- default: () => {
- return [];
- }
- },
- safe_package_info: {
- type: Array,
- default: () => {
- return [];
- }
- },
- aliquid_info: {
- type: Array,
- default: () => {
- return [];
- }
- },
- headNurses: {
- type: Array,
- default: () => {
- return [];
- }
- },
-
- config: {
- type: Object,
- default: () => {
- return { id: 0 };
- }
- },
-
- admin_user_map: {
- // {user_id: admin_user object}
- type: Object,
- default: () => {
- return {};
- }
- },
- device_map: {
- // {device_id: device object}
- type: Object,
- default: () => {
- return {};
- }
- },
- device_number_map: {
- // {device_number_id: device_number object}
- type: Object,
- default: () => {
- return {};
- }
- },
-
- last_predialysis_evaluation: {
- //最后一条透前
- type: Object,
- default: () => {
- return { id: 0 };
- }
- },
- last_monitor_record: {
- //最后一条监测记录
- type: Object,
- default: () => {
- return { id: 0 };
- }
- },
- last_assessment_after_dislysis: {
- //最后一条透后记录 (除了今天录的)
- type: Object,
- default: () => {
- return { id: 0 };
- }
- },
- last_dialysis_prescribe: {
- //最后一条透析处方(除了今天录的)
- type: Object,
- default: () => {
- return { id: 0 };
- }
- },
- last_dryWeight_dislysis: {
- //最后一条干体重 (除了今天录的)
- type: Object,
- default: () => {
- return { id: 0 };
- }
- },
- special_premission: {
- type: Array,
- default: () => {
- return [];
- }
- },
- stockType:{
- type:Array,
- default:()=>{
- return [];
- }
- },
- lastAssessment:{
- // 最后一条血管通路(处理今天录的)
- type: Object,
- default: () => {
- return { id: 0 };
- }
- },
- is_advice_open:{
- type: Number,
- default: () => {
- return 0;
- }
- },
- lastOrder: {
- // 患者排班信息
- type: Object,
- default: () => {
- return { id: 0 };
- }
- },
- dryWeightList:{
- type:Array,
- default:()=>{
- return [];
- }
- },
- docList:{
- type:Array,
- default:()=>{
- return [];
- }
- },
- record_date:{
- type:String
- }
- },
- methods: {
- getUnReadNum: function() {
-
- let doctorAdvice = [];
- for (let y = 0; y < this.doctor_advices.length; y++) {
- if (this.doctor_advices[y].execution_state == 2) {
- doctorAdvice.push(this.doctor_advices[y]);
- }
- }
- const sorted = this.groupBy(doctorAdvice, function(item) {
- return [item.groupno];
- });
-
-
- // var strLength = 0
- // var arr = []
- // if(this.his_doctor_advices!=undefined && this.his_doctor_advices.length > 0){
- // for(let i=0;i<this.his_doctor_advices.length;i++){
- // if (this.his_doctor_advices[i].execution_state == 2) {
- // arr.push(this.his_doctor_advices[i]);
- // }
- // }
- // strLength = arr.length
- // }
- // console.log("232332323232323223",arrOne.length + strLength);
- return sorted.length
-
- },
- groupBy(array, f) {
- const groups = {};
- array.forEach(function(o) {
- const group = JSON.stringify(f(o));
- groups[group] = groups[group] || [];
- groups[group].push(o);
- });
- return Object.keys(groups).map(function(group) {
- return groups[group];
- });
- },
- setLastRecord: function(
- lastPredialysisEvaluation,
- lastMonitorRecord,
- lastAssessmentAfterDislysis,
- lastDialysisPrescribe,
- lastDryWeightDislysis,
- schedual,
- system_prescribe,
- ) {
-
- this.$refs.assessmentBefore.setLastRecord(
- lastPredialysisEvaluation,
- lastDryWeightDislysis,
-
- );
- this.$refs.prescription.setLastRecord(
- schedual,
- lastAssessmentAfterDislysis,
- lastPredialysisEvaluation,
- lastDialysisPrescribe,
- lastDryWeightDislysis,
- system_prescribe
- );
-
- this.temp_schedual = schedual
-
- // console.log("排班列表2222222222222222",schedual)
- },
-
- add_monitor: function(monitor) {
- this.monitor_records.push(monitor);
- console.log(this.monitor_records);
- this.monitor_records.sort((a, b) => b.operate_time - a.operate_time);
- this.monitor_records.reverse();
- console.log(this.monitor_records);
-
- this.$refs.monitor_dialog.setRecords(this.monitor_records);
- },
- adviceFunc: function() {
- this.$emit("advice");
- },
- showMonitorDialog: function() {
- this.$refs.monitor_dialog.show();
- },
- showAssessmentAfterDialog: function() {
- this.$refs.assessment_after_dislysis.show(this.assessment_after_dislysis,this.last_assessment_after_dislysis);
- },
- showDoctorAdviceDialog: function() {
-
- this.$refs.doctor_advice.show(this.his_is_open,this.is_advice_open);
- },
- showComputerDialog: function() {
- this.$refs.computer_dialog.show(this.dialysis_order,this.lastOrder);
- },
- showFinishDialog: function() {
- this.$refs.finish_dialog.show(this.dialysis_order);
- },
- showPrescription: function() {
-
- this.$refs.prescription.show(this.prescription,this.schedual,this.last_dialysis_prescribe,this.his_is_open,this.is_advice_open,this.admin_users);
- },
- showAccepts: function() {
- this.$refs.accepts.show(this.receiver_treatment_access);
- },
- showAssessmentBefore: function() {
-
- console.log("透前评估进入23232323我我哦",this.record_date)
- this.$refs.assessmentBefore.show(this.predialysis_evaluation,this.last_dryWeight_dislysis,this.last_predialysis_evaluation,this.lastAssessment,this.record_date);
- },
- showDoubleCheck: function() {
-
- this.$refs.doubleCheck.show();
- },
- showrTeatmentSummary: function() {
- this.$refs.treatmentSummary.show(this.treatment_summary);
- },
- assessmentAfterDislysisFunc: function(val) {
- this.assessment_after_dislysis = val;
- this.$refs.assessment_after_dislysis.setRecords(
- this.assessment_after_dislysis
- );
- this.$emit("assessmentAfterDislysis", this.assessment_after_dislysis);
- },
- showPre(){
-
- },
- getParentMethods:function(val){
- this.$parent.getScheduleDetail()
- }
- }
- };
- </script>
- <style style="stylesheet/scss" lang="scss" scoped>
- .grid {
- padding: 10px 0 20px 0;
- .list {
- ul {
- @include display-flex;
- @include align-items-center;
- @include text-align;
- @include justify-content-around;
- cursor: pointer;
- li {
- font-size: 12px;
- color: #5d6b7a;
- margin-top: 20px;
-
- p {
- height: 30px;
- line-height: 30px;
- color: #34495e;
- font-size: 14px;
- }
- img {
- width: 50px;
- height: 50px;
- }
- }
- }
- }
- }
- .txsj {
- text-align: center;
- margin-bottom: 20px;
- }
- .redpoint {
- display: inline-block;
- height: 26px;
- width: 26px;
- line-height: 26px;
- text-align: center;
- font-size: 16px;
- border-radius: 20px;
- color: #fff;
- background: #f56c6c;
- position: absolute;
- top: -6px;
- right: -8px;
- border: 1px solid #fff;
- }
- .newOrdersAdvice {
- position: relative;
- }
- </style>
-
|