You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
493 lines
19 KiB
493 lines
19 KiB
<view class="page-tip">以下内容仅供参考,不作为任何临床诊断依据</view> |
|
<view class="page"> |
|
<view class="date-form"> |
|
<view class="title"> |
|
<image class="icon" src="{{imageUrl}}icon110.png?t={{Timestamp}}"></image> |
|
<view class="label">检查时间</view> |
|
<view class="content" wx:if="{{beginDate && endDate}}">{{beginDate}}至{{endDate}}</view> |
|
<view class="content" wx:elif="{{beginDate || endDate}}">{{beginDate || endDate}}</view> |
|
<view class="content" wx:else>--</view> |
|
</view> |
|
</view> |
|
<view class="form"> |
|
<view class="form-header"> |
|
<view class="form-title" wx:if="{{period==='2'}}">检查项目</view> |
|
<view class="form-title" wx:else>诊前检查项目</view> |
|
<view class="order"> |
|
<view class="green">{{checkNum}}</view> |
|
/ |
|
<view class="all">10</view> |
|
</view> |
|
</view> |
|
<view class="form-card"> |
|
<view class="aside {{isBloodRoutine==1 && 'active'}}"> |
|
<view class="line-top" style="border: none"></view> |
|
<view class="order">1</view> |
|
<view class="line-bottom"></view> |
|
</view> |
|
<view class="container"> |
|
<view class="c-header"> |
|
<view class="wrap"> |
|
<view class="left" bind:tap="handleToggleFold" data-fold="fold1"> |
|
<view class="title">血常规检查</view> |
|
<image class="icon {{fold1 && 'turn'}}" src="{{imageUrl}}icon63.png?t={{Timestamp}}"></image> |
|
</view> |
|
<view class="status {{isBloodRoutine==1 && 'active'}} {{isBloodRoutine==1 && 'active'}}"> |
|
{{isBloodRoutine==1?'已检查':'未检查'}} |
|
</view> |
|
</view> |
|
<view class="content">重点检查项目:白细胞计数)WBC)血红蛋白(HGB)血小板计数(PLT)</view> |
|
</view> |
|
<view class="c-body {{fold1 && 'fold'}}"> |
|
<view class="module1"> |
|
<view class="m-title" wx:if="{{attachmentList1.length}}">请上传您的检查报告</view> |
|
<view class="file-list"> |
|
<uploadFile |
|
upload="{{false}}" |
|
delete="{{false}}" |
|
fileList="{{attachmentList1}}" |
|
maxNum="{{9}}" |
|
data-key="attachmentList1" |
|
data-type="1" |
|
></uploadFile> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="form-card"> |
|
<view class="aside {{isBiochemical==1 && 'active'}}"> |
|
<view class="line-top"></view> |
|
<view class="order">2</view> |
|
<view class="line-bottom"></view> |
|
</view> |
|
<view class="container"> |
|
<view class="c-header"> |
|
<view class="wrap"> |
|
<view class="left" bind:tap="handleToggleFold" data-fold="fold2"> |
|
<view class="title">生化检查</view> |
|
<image class="icon {{fold2 && 'turn'}}" src="{{imageUrl}}icon63.png?t={{Timestamp}}"></image> |
|
</view> |
|
<view class="status {{isBiochemical==1 && 'active'}} {{isBiochemical==1 && 'active'}}"> |
|
{{isBiochemical==1?'已检查':'未检查'}} |
|
</view> |
|
</view> |
|
</view> |
|
<view class="c-body {{fold2 && 'fold'}}"> |
|
<view class="module2"> |
|
<view class="m-input-area"> |
|
<view class="m-input"> |
|
<view class="label"> |
|
ALT |
|
<view class="sub-label">丙氨酸氨基转移酶</view> |
|
</view> |
|
<input |
|
disabled |
|
bind:blur="updateSave" |
|
type="digit" |
|
bind:input="handleInput" |
|
data-key="alt" |
|
data-length="5" |
|
value="{{alt}}" |
|
placeholder="--" |
|
class="input" |
|
placeholder-class="place-input" |
|
/> |
|
<view class="sub">U/L</view> |
|
</view> |
|
<view class="m-input"> |
|
<view class="label"> |
|
AST |
|
<view class="sub-label">天门冬氨酸氨基转移酶</view> |
|
</view> |
|
<input |
|
disabled |
|
bind:blur="updateSave" |
|
type="digit" |
|
bind:input="handleInput" |
|
data-key="ast" |
|
data-length="5" |
|
value="{{ast}}" |
|
placeholder="--" |
|
class="input" |
|
placeholder-class="place-input" |
|
/> |
|
<view class="sub">U/L</view> |
|
</view> |
|
<view class="m-input"> |
|
<view class="label">总胆红素</view> |
|
<input |
|
disabled |
|
bind:blur="updateSave" |
|
type="digit" |
|
bind:input="handleInput" |
|
data-key="bilirubin" |
|
data-length="4" |
|
value="{{bilirubin}}" |
|
placeholder="--" |
|
class="input" |
|
placeholder-class="place-input" |
|
/> |
|
<view class="sub">μmol/L</view> |
|
</view> |
|
</view> |
|
<view class="m-title" wx:if="{{attachmentList2.length}}">请上传您的检查报告</view> |
|
<view class="file-list"> |
|
<uploadFile |
|
upload="{{false}}" |
|
delete="{{false}}" |
|
fileList="{{attachmentList2}}" |
|
maxNum="{{9}}" |
|
data-key="attachmentList2" |
|
data-type="2" |
|
></uploadFile> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="form-card"> |
|
<view class="aside {{isCFIxActivity==1 && 'active'}}"> |
|
<view class="line-top"></view> |
|
<view class="order">3</view> |
|
<view class="line-bottom"></view> |
|
</view> |
|
<view class="container"> |
|
<view class="c-header"> |
|
<view class="wrap"> |
|
<view class="left" bind:tap="handleToggleFold" data-fold="fold3"> |
|
<view class="title">凝血因子 IX 活性</view> |
|
<image class="icon {{fold3 && 'turn'}}" src="{{imageUrl}}icon63.png?t={{Timestamp}}"></image> |
|
</view> |
|
<view class="status {{isCFIxActivity==1 && 'active'}}">{{isCFIxActivity==1?'已检查':'未检查'}}</view> |
|
</view> |
|
</view> |
|
<view class="c-body {{fold3 && 'fold'}}"> |
|
<view class="module3"> |
|
<view class="m-input"> |
|
<view class="label">您的凝血因子水平</view> |
|
<input |
|
disabled |
|
bind:blur="updateSave" |
|
type="digit" |
|
bind:input="handleInput" |
|
data-key="clottingFactor" |
|
data-length="3" |
|
value="{{clottingFactor}}" |
|
placeholder="--" |
|
class="input" |
|
placeholder-class="place-input" |
|
/> |
|
<view class="sub">%</view> |
|
</view> |
|
<view class="m-title" wx:if="{{attachmentList3.length}}">请上传您的检查报告</view> |
|
<view class="file-list"> |
|
<uploadFile |
|
upload="{{false}}" |
|
delete="{{false}}" |
|
fileList="{{attachmentList3}}" |
|
maxNum="{{9}}" |
|
data-key="attachmentList3" |
|
data-type="3" |
|
></uploadFile> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="form-card"> |
|
<view class="aside {{isCFIxInhibitor==1 && 'active'}}"> |
|
<view class="line-top"></view> |
|
<view class="order">4</view> |
|
<view class="line-bottom"></view> |
|
</view> |
|
<view class="container"> |
|
<view class="c-header"> |
|
<view class="wrap"> |
|
<view class="left" bind:tap="handleToggleFold" data-fold="fold4"> |
|
<view class="title">凝血因子 IX 抑制物检测</view> |
|
<image class="icon {{fold4 && 'turn'}}" src="{{imageUrl}}icon63.png?t={{Timestamp}}"></image> |
|
</view> |
|
<view class="status {{isCFIxInhibitor==1 && 'active'}}">{{isCFIxInhibitor==1?'已检查':'未检查'}}</view> |
|
</view> |
|
</view> |
|
<view class="c-body {{fold4 && 'fold'}}"> |
|
<view class="module4"> |
|
<view class="m-select"> |
|
<view class="m-item {{cFII==index && 'active'}}" wx:for="{{dict.result}}" wx:key="index">{{item}}</view> |
|
</view> |
|
<view class="m-title" wx:if="{{attachmentList4.length}}">可上传您的抑制物检查结果</view> |
|
<view class="file-list"> |
|
<uploadFile |
|
upload="{{false}}" |
|
delete="{{false}}" |
|
fileList="{{attachmentList4}}" |
|
maxNum="{{9}}" |
|
data-key="attachmentList4" |
|
data-type="4" |
|
></uploadFile> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="form-card"> |
|
<view class="aside {{isHepatitisB==1 && 'active'}}"> |
|
<view class="line-top"></view> |
|
<view class="order">5</view> |
|
<view class="line-bottom"></view> |
|
</view> |
|
<view class="container"> |
|
<view class="c-header"> |
|
<view class="wrap"> |
|
<view class="left" bind:tap="handleToggleFold" data-fold="fold5"> |
|
<view class="title">乙型肝炎相关检查</view> |
|
<image class="icon {{fold5 && 'turn'}}" src="{{imageUrl}}icon63.png?t={{Timestamp}}"></image> |
|
</view> |
|
<view class="status {{isHepatitisB==1 && 'active'}}">{{isHepatitisB==1?'已检查':'未检查'}}</view> |
|
</view> |
|
</view> |
|
<view class="c-body {{fold5 && 'fold'}}"> |
|
<view class="module5"> |
|
<view class="m-select-title">乙型肝炎病毒表面抗原(HBsAg)</view> |
|
<view class="m-select"> |
|
<view class="m-item {{hbsAg==index && 'active'}}" wx:for="{{dict.result}}" wx:key="index">{{item}}</view> |
|
</view> |
|
<view class="m-select-title" style="margin-top: 48rpx">乙型肝炎病毒脱氧核糖核酸(HBV - DNA)</view> |
|
<view class="m-select"> |
|
<view class="m-item {{hbvDNA==index && 'active'}}" wx:for="{{dict.number}}" wx:key="index">{{item}}</view> |
|
</view> |
|
<view class="m-title" wx:if="{{attachmentList5.length}}">请上传乙型肝炎检查报告</view> |
|
<view class="file-list"> |
|
<uploadFile |
|
upload="{{false}}" |
|
delete="{{false}}" |
|
fileList="{{attachmentList5}}" |
|
maxNum="{{9}}" |
|
data-key="attachmentList5" |
|
data-type="5" |
|
></uploadFile> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="form-card"> |
|
<view class="aside {{isHepatitisC==1 && 'active'}}"> |
|
<view class="line-top"></view> |
|
<view class="order">6</view> |
|
<view class="line-bottom"></view> |
|
</view> |
|
<view class="container"> |
|
<view class="c-header"> |
|
<view class="wrap"> |
|
<view class="left" bind:tap="handleToggleFold" data-fold="fold6"> |
|
<view class="title">丙型肝炎相关检查</view> |
|
<image class="icon {{fold6 && 'turn'}}" src="{{imageUrl}}icon63.png?t={{Timestamp}}"></image> |
|
</view> |
|
<view class="status {{isHepatitisC==1 && 'active'}}">{{isHepatitisC==1?'已检查':'未检查'}}</view> |
|
</view> |
|
</view> |
|
<view class="c-body {{fold6 && 'fold'}}"> |
|
<view class="module6"> |
|
<view class="m-select-title">丙型肝炎病毒抗体(抗 - HCV)</view> |
|
<view class="m-select"> |
|
<view class="m-item {{hcvAntibody==index && 'active'}}" wx:for="{{dict.result}}" wx:key="index"> |
|
{{item}} |
|
</view> |
|
</view> |
|
<view class="m-select-title" style="margin-top: 48rpx">丙型肝炎病毒核糖核酸(HCV - RNA)</view> |
|
<view class="m-select"> |
|
<view class="m-item {{hcvRNA==index && 'active'}}" wx:for="{{dict.result}}" wx:key="index">{{item}}</view> |
|
</view> |
|
<view class="m-title" wx:if="{{attachmentList6.length}}">请上传丙型肝炎检查报告</view> |
|
<view class="file-list"> |
|
<uploadFile |
|
upload="{{false}}" |
|
delete="{{false}}" |
|
fileList="{{attachmentList6}}" |
|
maxNum="{{9}}" |
|
data-key="attachmentList6" |
|
data-type="6" |
|
></uploadFile> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="form-card"> |
|
<view class="aside {{isHivAntibody==1 && 'active'}}"> |
|
<view class="line-top"></view> |
|
<view class="order">7</view> |
|
<view class="line-bottom"></view> |
|
</view> |
|
<view class="container"> |
|
<view class="c-header"> |
|
<view class="wrap"> |
|
<view class="left" bind:tap="handleToggleFold" data-fold="fold7"> |
|
<view class="title">HIV抗体</view> |
|
<image class="icon {{fold7 && 'turn'}}" src="{{imageUrl}}icon63.png?t={{Timestamp}}"></image> |
|
</view> |
|
<view class="status {{isHivAntibody==1 && 'active'}}">{{isHivAntibody==1?'已检查':'未检查'}}</view> |
|
</view> |
|
<view class="content">类免疫缺陷病毒抗体(HIV - Ab)</view> |
|
</view> |
|
<view class="c-body {{fold7 && 'fold'}}"> |
|
<view class="module7"> |
|
<view class="m-select-title">填选您的HIV检查结果</view> |
|
<view class="m-select"> |
|
<view class="m-item {{hiv==index && 'active'}}" wx:for="{{dict.result}}" wx:key="index">{{item}}</view> |
|
</view> |
|
<view class="m-title" wx:if="{{attachmentList7.length}}">提交您的HIV检测报告</view> |
|
<view class="file-list"> |
|
<uploadFile |
|
upload="{{false}}" |
|
delete="{{false}}" |
|
fileList="{{attachmentList7}}" |
|
maxNum="{{9}}" |
|
data-key="attachmentList7" |
|
data-type="7" |
|
></uploadFile> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="form-card"> |
|
<view class="aside {{isAfp==1 && 'active'}}"> |
|
<view class="line-top"></view> |
|
<view class="order">8</view> |
|
<view class="line-bottom"></view> |
|
</view> |
|
<view class="container"> |
|
<view class="c-header"> |
|
<view class="wrap"> |
|
<view class="left" bind:tap="handleToggleFold" data-fold="fold8"> |
|
<view class="title">甲胎蛋白(AFP)检测</view> |
|
<image class="icon {{fold8 && 'turn'}}" src="{{imageUrl}}icon63.png?t={{Timestamp}}"></image> |
|
</view> |
|
<view class="status {{isAfp==1 && 'active'}}">{{isAfp==1?'已检查':'未检查'}}</view> |
|
</view> |
|
</view> |
|
<view class="c-body {{fold8 && 'fold'}}"> |
|
<view class="module8"> |
|
<view class="m-input"> |
|
<view class="label">您的(AFP)检测</view> |
|
<input |
|
disabled |
|
bind:blur="updateSave" |
|
type="digit" |
|
bind:input="handleInput" |
|
data-key="afp" |
|
data-length="3" |
|
value="{{afp}}" |
|
placeholder="--" |
|
class="input" |
|
placeholder-class="place-input" |
|
/> |
|
<view class="sub">μg/L</view> |
|
</view> |
|
<view class="m-title" wx:if="{{attachmentList8.length}}">提交您的AFP 检测报告</view> |
|
<view class="file-list"> |
|
<uploadFile |
|
upload="{{false}}" |
|
delete="{{false}}" |
|
fileList="{{attachmentList8}}" |
|
maxNum="{{9}}" |
|
data-key="attachmentList8" |
|
data-type="8" |
|
></uploadFile> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="form-card"> |
|
<view class="aside {{isAav==1 && 'active'}}"> |
|
<view class="line-top"></view> |
|
<view class="order">9</view> |
|
<view class="line-bottom"></view> |
|
</view> |
|
<view class="container"> |
|
<view class="c-header"> |
|
<view class="wrap"> |
|
<view class="left" bind:tap="handleToggleFold" data-fold="fold9"> |
|
<view class="title">AAV 抗体检查</view> |
|
<image class="icon {{fold9 && 'turn'}}" src="{{imageUrl}}icon63.png?t={{Timestamp}}"></image> |
|
</view> |
|
<view class="status {{isAav==1 && 'active'}}">{{isAav==1?'已检查':'未检查'}}</view> |
|
</view> |
|
<view class="content">提交您的AAV抗体检查报告</view> |
|
</view> |
|
<view class="c-body {{fold9 && 'fold'}}"> |
|
<view class="module9"> |
|
<view class="m-select-title">填选您的AAV检查结果</view> |
|
<view class="m-select"> |
|
<view class="m-item {{aav==index && 'active'}}" wx:for="{{dict.result}}" wx:key="index">{{item}}</view> |
|
</view> |
|
<view class="m-title" wx:if="{{attachmentList9.length}}">提交您的AAV检测报告</view> |
|
<view class="file-list"> |
|
<uploadFile |
|
upload="{{false}}" |
|
delete="{{false}}" |
|
fileList="{{attachmentList9}}" |
|
maxNum="{{9}}" |
|
data-key="attachmentList9" |
|
data-type="9" |
|
></uploadFile> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="form-card"> |
|
<view class="aside {{isOther==1 && 'active'}}"> |
|
<view class="line-top"></view> |
|
<view class="order" style="font-size: 24rpx">10</view> |
|
<view class="line-bottom"></view> |
|
</view> |
|
<view class="container"> |
|
<view class="c-header"> |
|
<view class="wrap"> |
|
<view class="left" bind:tap="handleToggleFold" data-fold="fold10"> |
|
<view class="title">其他检查</view> |
|
<image class="icon {{fold10 && 'turn'}}" src="{{imageUrl}}icon63.png?t={{Timestamp}}"></image> |
|
</view> |
|
<view class="status {{isOther==1 && 'active'}}">{{isOther==1?'已检查':'未检查'}}</view> |
|
</view> |
|
<view class="content">您的其他项检查</view> |
|
</view> |
|
<view class="c-body {{fold10 && 'fold'}}"> |
|
<view class="module10"> |
|
<textarea |
|
disabled |
|
class="text-area" |
|
model:value="{{otherInfo}}" |
|
placeholder="--" |
|
disable-default-padding |
|
></textarea> |
|
<view class="m-title" wx:if="{{attachmentList10.length}}">提交您的检测报告</view> |
|
<view class="file-list"> |
|
<uploadFile |
|
upload="{{false}}" |
|
delete="{{false}}" |
|
fileList="{{attachmentList10}}" |
|
maxNum="{{9}}" |
|
data-key="attachmentList10" |
|
data-type="10" |
|
></uploadFile> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
|
|
<popup |
|
show="{{popupShow}}" |
|
type="{{popupType}}" |
|
params="{{popupParams}}" |
|
bind:ok="handlePopupOk" |
|
bind:cancel="handlePopupCancel" |
|
></popup>
|
|
|