|
@@ -3,6 +3,8 @@ import style from "./index.less";
|
|
|
import { normalVal, filterDataArr, filterOtherDataArr,timestampToTime } from '@utils/tools';
|
|
|
import Notify from '@commonComp/Notify';
|
|
|
import Information from '../Information';
|
|
|
+import PreviewInspect from './Inspect';
|
|
|
+import ItemPart from './ItemPart';
|
|
|
import $ from "jquery";
|
|
|
import AssessResultHis from '@containers/AssessResultHis'
|
|
|
|
|
@@ -52,11 +54,11 @@ class PreviewBody extends Component {
|
|
|
if (val.questionDetailList.length > 0) {
|
|
|
return val.questionDetailList.map((item) => {
|
|
|
if (val.value == item.name) {
|
|
|
- return <td style={{ width: '16%', fontSize: '12px' }}><span style={{ color: item.abnormal != '0' ? "red" : null }}>{val.value}</span> {val.labelSuffix}</td>
|
|
|
+ return <td className={style.assistTableTdSec}><span style={{ color: item.abnormal != '0' ? "red" : null }}>{val.value}</span> {val.labelSuffix}</td>
|
|
|
}
|
|
|
})
|
|
|
} else {
|
|
|
- return <td style={{ width: '16%', fontSize: '12px' }}><span style={{ color: (val.value - 0).toString() == 'NaN' ? "red" : (val.maxValue || val.minValue) ? (val.value > val.maxValue || val.value < val.minValue ? "red" : null) : null }}>{val.value}</span> {val.labelSuffix}</td>
|
|
|
+ return <td className={style.assistTableTdSec}><span style={{ color: (val.value - 0).toString() == 'NaN' ? "red" : (val.maxValue || val.minValue) ? (val.value > val.maxValue || val.value < val.minValue ? "red" : null) : null }}>{val.value}</span> {val.labelSuffix}</td>
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -81,167 +83,46 @@ class PreviewBody extends Component {
|
|
|
<div className={style['contents']} id="content" style={{ margin: "0 auto", maxWidth: "620px" }}>
|
|
|
<Information baseObj={baseObj} preInfo={preInfo}></Information>
|
|
|
<table className={style['infos']}>
|
|
|
- <tr className={style['patInfoFst']}>
|
|
|
- <td className={style['patInfoSec']}>主诉:</td>
|
|
|
- <td className={style['patInfoSec']}>
|
|
|
- {
|
|
|
- filterDataArr(JSON.parse(dataStr.chief))
|
|
|
- }
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr className={style['patInfoFst']}>
|
|
|
- <td className={style['patInfoSec']}>现病史:</td>
|
|
|
- <td className={style['patInfoSec']}>
|
|
|
- {
|
|
|
- filterDataArr(JSON.parse(dataStr.present))
|
|
|
- }
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr className={style['patInfoFst']}>
|
|
|
- <td className={style['patInfoSec']}>其他史:</td>
|
|
|
- <td className={style['patInfoSec']}>
|
|
|
- {
|
|
|
- other_yjs.str1
|
|
|
- }
|
|
|
- {dataJson['yjs_1']||dataJson['yjs_2']||dataJson['yjs_3']||dataJson['yjs_4']?<table style={{textAlign:'center',verticalAlign: 'middle',display:'inline-block'}}>
|
|
|
- <tr>
|
|
|
- <td rowSpan='2' style={{verticalAlign: 'middle'}}>月经史:(</td>
|
|
|
- <td rowSpan='2' style={{verticalAlign: 'middle'}}>{dataJson['yjs_1']||'初潮年龄'}</td>
|
|
|
- <td style={{borderBottom:'1px solid #000'}}>{dataJson['yjs_2']||'行经天数'}</td>
|
|
|
- <td rowSpan='2' style={{verticalAlign: 'middle'}}>{dataJson['yjs_4']||'停经时间'})</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td style={{textAlign:'center'}}>{dataJson['yjs_3']||'周期'}</td>
|
|
|
- </tr>
|
|
|
- </table>:''}
|
|
|
- {
|
|
|
- other_yjs.str2
|
|
|
- }
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr className={style['patInfoFst']}>
|
|
|
- <td className={style['patInfoSec']}>查体:</td>
|
|
|
- <td className={style['patInfoSec']}>
|
|
|
- {
|
|
|
- filterDataArr(JSON.parse(dataStr.vital))
|
|
|
- }
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr className={style['patInfoFst']}>
|
|
|
- <td className={style['patInfoSec']}>化验:</td>
|
|
|
- <td className={style['patInfoSec']}>
|
|
|
- {
|
|
|
- dataJson.lis.getExcelDataList && dataJson.lis.getExcelDataList.map((items) => {
|
|
|
- return items.lisExcelRes && items.lisExcelRes.map((item) => {
|
|
|
- return <table style={{ marginBottom: '10px', width: '100%', fontSize: '12px' }}>
|
|
|
- <tr style={{ fontSize: '14px', lineHeight: '1.5' }}><td><span style={{ borderBottom: '1px solid #666666' }}>{item.menus}</span></td></tr>
|
|
|
- {
|
|
|
- item.lisExcelItem && item.lisExcelItem.map((value) => {
|
|
|
- return <tr style={{ lineHeight: '1.5', maxWidth: '650px' }}>
|
|
|
- <td style={{ width: '32%', fontSize: '12px' }}>{value.itemName}</td>
|
|
|
- <td style={{ width: '16%', fontSize: '12px' }}><span style={{ fontSize: '12px', color: value.type == 1 ? "red" : null }}>{value.value}</span> {value.unit}</td>
|
|
|
- <td style={{ width: '24%', fontSize: '12px' }}>
|
|
|
- {normalVal(value.min, value.max)}
|
|
|
- </td>
|
|
|
- <td style={{ width: '28%', fontSize: '12px' }}>{value.time == '' ? ('导入时间: ' + this.state.dateTime) : '化验时间: ' + this.toTime(value.time)
|
|
|
- }</td>
|
|
|
- </tr>
|
|
|
- })
|
|
|
- }
|
|
|
- </table>
|
|
|
- })
|
|
|
- })
|
|
|
- }
|
|
|
- {
|
|
|
- dataJson.lis.labelList && dataJson.lis.labelList.map((item, idx) => {
|
|
|
- return <table style={{ margin: '8px 0', width: '100%' }}>
|
|
|
- {
|
|
|
- item.show?<tr style={{ fontSize: '14px', lineHeight: '1.5' }}><td><span style={{ borderBottom: '1px solid #666666' }}> {item.name} </span></td></tr>:
|
|
|
- <tr style={{ fontSize: '14px', lineHeight: '1.5' }}><td><span style={{ position:'relative',left:'-10px' }}>「{item.name}」</span></td></tr>
|
|
|
- }
|
|
|
- {
|
|
|
- item.details.map((val) => {
|
|
|
- if (val.value && val.value != '') {
|
|
|
- return <tr style={{ lineHeight: '1.5', width: '100%', fontSize: '12px' }}>
|
|
|
- <td style={{ width: '32%', fontSize: '12px' }}>{val.name}</td>
|
|
|
- {this.showDetails(val)}
|
|
|
- <td style={{ width: '24%', fontSize: '12px' }}>
|
|
|
- {normalVal(val.minValue, val.maxValue)}
|
|
|
- </td>
|
|
|
- <td style={{ width: '28%', fontSize: '12px' }}>{'化验时间:' + item.time}</td>
|
|
|
- </tr>
|
|
|
- }
|
|
|
- })
|
|
|
- }
|
|
|
- </table>
|
|
|
- })
|
|
|
- }
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr className={style['patInfoFst']}>
|
|
|
- <td className={style['patInfoSec']}>辅检:</td>
|
|
|
- <td className={style['patInfoSec']}>
|
|
|
- {
|
|
|
- dataStr.pacs && dataStr.pacs != '' && dataStr.pacs.split(';').map((item) => {
|
|
|
- return <div style={{ fontSize: '14px',wordBreak:"break-all" }}>{item}</div>
|
|
|
- })
|
|
|
- }
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr className={style['patInfoFst']}>
|
|
|
- <td className={style['patInfoSec']}>诊断:</td>
|
|
|
- <td className={style['patInfoSec']}>
|
|
|
- {
|
|
|
- dataStr.diag && dataStr.diag != '' && dataStr.diag.split(';').map((item) => {
|
|
|
- return <div style={{ fontSize: '14px' }}>{item}</div>
|
|
|
- })
|
|
|
- }
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
+ <ItemPart dataStr={dataStr.chief} title={'主诉:'} type={1}></ItemPart>
|
|
|
+ <ItemPart dataStr={dataStr.present} title={'现病史:'} type={1}></ItemPart>
|
|
|
+ <ItemPart dataStr={dataStr.present} title={'其他史:'} dataJson={dataJson} other_yjs={other_yjs} type={3}></ItemPart>
|
|
|
+ <ItemPart dataStr={dataStr.vital} title={'查体:'} type={1}></ItemPart>
|
|
|
+ <PreviewInspect dataJson={dataJson} toTime={this.toTime} dateTime={this.state.dateTime} showDetails={this.showDetails}></PreviewInspect>
|
|
|
+ <ItemPart dataStr={dataStr.pacs} title={'辅检:'} type={2}></ItemPart>
|
|
|
+ <ItemPart dataStr={dataStr.diag} title={'诊断:'} type={2}></ItemPart>
|
|
|
<tr className={style['patInfoFst']}>
|
|
|
<td className={style['patInfoSec']}>医嘱:</td>
|
|
|
- <td className={style['patInfoSec']} style={{ fontSize: '14px', padding: '1px 0px 8px 0px', lineHeight: '20px' }}>
|
|
|
- {((dataJson.advice.assay && dataJson.advice.assay.length > 0) || (dataJson.advice.check && dataJson.advice.assay.check > 0)) && <p style={{ fontSize: '14px', marginBottom: '8px', marginTop: '8px' }}><span>开单项目</span></p>}
|
|
|
+ <td className={`${style['patInfoSec']} ${style['pushMessage']} ${style['font14']}`}>
|
|
|
+ {((dataJson.advice.assay && dataJson.advice.assay.length > 0) || (dataJson.advice.check && dataJson.advice.assay.check > 0)) && <p className={style.pushMessageTitle}><span>开单项目</span></p>}
|
|
|
{
|
|
|
- ((dataJson.advice.assay && dataJson.advice.assay.length > 0) || (dataJson.advice.check && dataJson.advice.assay.check > 0)) && <div style={{ padding: '0px 0px 5px 0px',wordBreak:"break-all" }}>{dataJson.advice.check?dataJson.advice.check+',':''} {dataJson.advice.assay}</div>
|
|
|
+ ((dataJson.advice.assay && dataJson.advice.assay.length > 0) || (dataJson.advice.check && dataJson.advice.assay.check > 0)) && <div className={style.pushMessageDes}>{dataJson.advice.check?dataJson.advice.check+',':''} {dataJson.advice.assay}</div>
|
|
|
}
|
|
|
- {dataJson.advice.commontreatment && dataJson.advice.commontreatment.length > 0 && <p style={{ fontSize: '14px', marginBottom: '8px', marginTop: '8px' }}><span>一般治疗</span></p>}
|
|
|
+ {dataJson.advice.commontreatment && dataJson.advice.commontreatment.length > 0 && <p className={style.pushMessageTitle}><span>一般治疗</span></p>}
|
|
|
{
|
|
|
- dataJson.advice.commontreatment && <div style={{ padding: '0px 0px 5px 0px',wordBreak:"break-all" }}>{dataJson.advice.commontreatment}</div>
|
|
|
+ dataJson.advice.commontreatment && <div className={style.pushMessageDes}>{dataJson.advice.commontreatment}</div>
|
|
|
}
|
|
|
- {dataJson.advice.followUp && dataJson.advice.followUp.length > 0 && <p style={{ fontSize: '14px', marginBottom: '8px', marginTop: '8px' }}><span>回访时间:<span className={style['bbtm']}>{dataJson.advice.followUp}</span> 后回访,不适随诊</span></p>}
|
|
|
- {dataJson.advice.scheme && dataJson.advice.scheme.length > 0 && <p style={{ fontSize: '14px', marginBottom: '8px', marginTop: '8px' }}><span>治疗方案</span></p>}
|
|
|
+ {dataJson.advice.followUp && dataJson.advice.followUp.length > 0 && <p className={style.pushMessageTitle}><span>回访时间:<span className={style['bbtm']}>{dataJson.advice.followUp}</span> 后回访,不适随诊</span></p>}
|
|
|
+ {dataJson.advice.scheme && dataJson.advice.scheme.length > 0 && <p className={style.pushMessageTitle}><span>治疗方案</span></p>}
|
|
|
{
|
|
|
dataJson.advice.scheme && dataJson.advice.scheme.map((item, index) => {
|
|
|
return <p>{item.treatment.map((it, ii) => {
|
|
|
return (it.treatmentStr && it.treatmentStr.length > 0 ?
|
|
|
- <div style={{ padding: '0px 0px 5px 0px' }}>{it.treatmentStr}</div> : '')
|
|
|
+ <div className={style.pushMessageDes}>{it.treatmentStr}</div> : '')
|
|
|
})}</p>
|
|
|
})
|
|
|
}
|
|
|
{
|
|
|
- dataJson.advice.adviceInput && <div style={{ padding: '0px 0px 5px 0px',wordBreak:"break-all" }}>{dataJson.advice.adviceInput}</div>
|
|
|
+ dataJson.advice.adviceInput && <div className={style.pushMessageDes}>{dataJson.advice.adviceInput}</div>
|
|
|
}
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
- <p style={{textAlign:'right',marginTop:'15px'}}>医生签名:<span style={{minWidth: '60px',padding: '0 5px 2px 5px',borderBottom: '1px solid #333',}}>{baseObj ? baseObj.doctorName : (noData ? '' : preInfo.doctorName)}</span></p>
|
|
|
+ <p className={style.docName}>医生签名:<span>{baseObj ? baseObj.doctorName : (noData ? '' : preInfo.doctorName)}</span></p>
|
|
|
{showAssessBtn?<AssessResultHis isChronic={isChronic?true:false} inquiryId={baseObj&&baseObj.id} inquiryDate={baseObj&&baseObj.inquiryDate}></AssessResultHis>:""}
|
|
|
-
|
|
|
- <div onClick={() => { this.surePrint(dataStr) }} style={{
|
|
|
+ <div onClick={() => { this.surePrint(dataStr) }} className={style.printBtn} style={{
|
|
|
display: show ? 'inline-block' : 'none',
|
|
|
- padding: '10px 20px',
|
|
|
- float: 'right',
|
|
|
- marginTop: '22px',
|
|
|
- background: '#3B9ED0',
|
|
|
- color: '#fff',
|
|
|
- borderRadius: '4px',
|
|
|
- cursor: 'pointer',
|
|
|
- position: 'absolute',
|
|
|
- right: '-40px'
|
|
|
}}>打印</div>
|
|
|
</div>
|
|
|
-
|
|
|
</div>
|
|
|
}
|
|
|
}
|