|
|
|
// 病历信息
|
|
|
|
export const MEDICAL_CODE = {
|
|
|
|
'JBXX-LYFS': {
|
|
|
|
text: '来院方式',
|
|
|
|
type: 'radio',
|
|
|
|
range: {
|
|
|
|
自行来院: '自行来院',
|
|
|
|
Z120: '120',
|
|
|
|
医疗机构转入: '医疗机构转入',
|
|
|
|
院内住院患者: '院内住院患者',
|
|
|
|
院内公共区域患者: '院内公共区域患者',
|
|
|
|
},
|
|
|
|
default: '自行住院',
|
|
|
|
},
|
|
|
|
'JBXX-SFXHCZ': {
|
|
|
|
// 是否醒后卒中
|
|
|
|
text: '发病时间',
|
|
|
|
type: 'radio',
|
|
|
|
default: '已知',
|
|
|
|
range: {
|
|
|
|
已知: '已知',
|
|
|
|
未知: '未知',
|
|
|
|
醒后卒中: '醒后卒中',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'JBXX-ISRS': {
|
|
|
|
// 是否溶栓
|
|
|
|
text: '是否溶栓',
|
|
|
|
type: 'radio',
|
|
|
|
default: '是',
|
|
|
|
range: {
|
|
|
|
是: '是',
|
|
|
|
否: '否',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'JBXX-ISJR': {
|
|
|
|
// 是否介入
|
|
|
|
text: '是否介入',
|
|
|
|
type: 'radio',
|
|
|
|
default: '是',
|
|
|
|
range: {
|
|
|
|
是: '是',
|
|
|
|
否: '否',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'JBXX-FBSJ': {
|
|
|
|
text: '发病时间',
|
|
|
|
type: 'datetime',
|
|
|
|
default: '',
|
|
|
|
showType: {
|
|
|
|
type: 'value',
|
|
|
|
code: 'JBXX-SFXHCZ',
|
|
|
|
value: '已知',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'JBXX-ZHZC-TIME': {
|
|
|
|
text: '最后正常时间',
|
|
|
|
type: 'datetime',
|
|
|
|
default: '',
|
|
|
|
showType: {
|
|
|
|
type: 'value',
|
|
|
|
code: 'JBXX-SFXHCZ',
|
|
|
|
value: '醒后卒中',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
// 'RYPG-PULSE': {
|
|
|
|
// text: '脉搏',
|
|
|
|
// description: '(次/分)',
|
|
|
|
// type: 'input',
|
|
|
|
// inputType: 'number',
|
|
|
|
// default: '',
|
|
|
|
// },
|
|
|
|
// 'RYPG-BLOOD-SUGAR': {
|
|
|
|
// text: '血糖',
|
|
|
|
// description: '(mol/L)',
|
|
|
|
// type: 'input',
|
|
|
|
// inputType: 'number',
|
|
|
|
// default: '',
|
|
|
|
// },
|
|
|
|
// 'RYPG-HEIGHT': {
|
|
|
|
// text: '身高',
|
|
|
|
// description: '(cm)',
|
|
|
|
// type: 'input',
|
|
|
|
// inputType: 'number',
|
|
|
|
// default: '',
|
|
|
|
// },
|
|
|
|
// 'RYPG-WEIGHT': {
|
|
|
|
// text: '体重',
|
|
|
|
// description: '(kg)',
|
|
|
|
// type: 'input',
|
|
|
|
// inputType: 'number',
|
|
|
|
// default: ''
|
|
|
|
// },
|
|
|
|
// 'RYPG-ECG-TIME': {
|
|
|
|
// text: '心电完成时间',
|
|
|
|
// description: '',
|
|
|
|
// type: 'datetime',
|
|
|
|
// default: '',
|
|
|
|
// valueType: 'string',
|
|
|
|
// },
|
|
|
|
};
|
|
|
|
// 病史
|
|
|
|
export const HISTORY_CODE = {
|
|
|
|
// 'JBXX-HISTORY-TIME': {
|
|
|
|
// text: '发病时间',
|
|
|
|
// type: 'datetime',
|
|
|
|
// default: '',
|
|
|
|
// },
|
|
|
|
'JBXX-HISTORY-INCENTIVE': {
|
|
|
|
text: '诱因',
|
|
|
|
type: 'radio',
|
|
|
|
inputType: 'text',
|
|
|
|
range: {
|
|
|
|
无明显诱因: '无明显诱因',
|
|
|
|
运动时: '运动时',
|
|
|
|
情绪激动: '情绪激动',
|
|
|
|
安静时: '安静时',
|
|
|
|
其他: '其他',
|
|
|
|
},
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
'JBXX-HISTORY-INCENTIVE-ELSE': {
|
|
|
|
text: '其他诱因',
|
|
|
|
type: 'input',
|
|
|
|
inputType: 'text',
|
|
|
|
showType: {
|
|
|
|
type: 'value',
|
|
|
|
code: 'JBXX-HISTORY-INCENTIVE',
|
|
|
|
value: '其他',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'JBXX-HISTORY-SYMPTOM': {
|
|
|
|
text: '症状',
|
|
|
|
type: 'checkbox',
|
|
|
|
range: [
|
|
|
|
'口角歪斜',
|
|
|
|
'言语不利',
|
|
|
|
'左上肢体力弱',
|
|
|
|
'左下肢体力弱',
|
|
|
|
'右上肢体力弱',
|
|
|
|
'右下肢体力弱',
|
|
|
|
'头晕',
|
|
|
|
'行走不稳',
|
|
|
|
'意识不清',
|
|
|
|
'视物不清',
|
|
|
|
'其他',
|
|
|
|
],
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
'JBXX-HISTORY-SYMPTOM-ELSE': {
|
|
|
|
text: '其他症状',
|
|
|
|
type: 'input',
|
|
|
|
inputType: 'text',
|
|
|
|
showType: {
|
|
|
|
type: 'valueInclude',
|
|
|
|
code: 'JBXX-HISTORY-SYMPTOM',
|
|
|
|
value: '其他',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
// mrs
|
|
|
|
export const MRS_LIST = {
|
|
|
|
0: '完全无症状(0分)',
|
|
|
|
1: '尽管有症状,但无明显功能障碍,能完成所有日常工作和生活(1分)',
|
|
|
|
2: '轻度残疾,不能完成病前所有活动,但不需帮助能照料自己的日常事务(2分)',
|
|
|
|
3: '中度残疾,需部分帮助,但能独立行走(3分)',
|
|
|
|
4: '中重度残疾,不能独立行走,日常生活需别人帮助(4分)',
|
|
|
|
5: '重度残疾,卧床,二便失禁,日常生活完全依赖他人(5分)',
|
|
|
|
};
|
|
|
|
|
|
|
|
// nihss
|
|
|
|
export const NIHSS_LIST = [{
|
|
|
|
text: '1a.意识水平',
|
|
|
|
description: '即使不能全面评价(如气管插管、语言障碍、气管创伤及绷带包扎等),检查者也必须选择1个反应。只在患者对有害刺激无反应时(不是反射)才能记录3分。',
|
|
|
|
value: null,
|
|
|
|
visible: false,
|
|
|
|
range: [{
|
|
|
|
value: 0,
|
|
|
|
text: '清醒,反应灵敏(0分)',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 1,
|
|
|
|
text: '嗜睡,轻微刺激能唤醒,可回答问题,执行指令',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 2,
|
|
|
|
text: '昏睡或反应迟钝,需反复刺激强烈或疼痛刺激才有非刻板的反应',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 3,
|
|
|
|
text: '昏迷,仅有反射性活动或自发性反应或完全无反应、软瘫、无反射',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: '1b.意识水平提问',
|
|
|
|
description: '月份、年龄。仅对初次回答评分。失语和昏迷者不能理解问题记2分,因气管插管、气管创伤、严重构音障碍、语言障碍或其他任何原因不能完成者(非失语所致)记1分。可书面回答。',
|
|
|
|
value: null,
|
|
|
|
visible: false,
|
|
|
|
range: [{
|
|
|
|
value: 0,
|
|
|
|
text: '两项均正确',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 1,
|
|
|
|
text: '一项正确',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 2,
|
|
|
|
text: '两项均不正确',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: '1c.意识水平指令',
|
|
|
|
description: '睁闭眼;非瘫痪侧握拳松开。仅对最初反应评分,有明确努力但未完成的也给分。若对指令无反应,用动作示意,然后记录评分。对创伤、截肢或其他生理缺陷者,应予适当的指令。',
|
|
|
|
value: null,
|
|
|
|
visible: false,
|
|
|
|
range: [{
|
|
|
|
value: 0,
|
|
|
|
text: '两项均正确',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 1,
|
|
|
|
text: '一项正确',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 2,
|
|
|
|
text: '两项均不正确',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
text: '2.凝视',
|
|
|
|
description: '只测试水平眼球运动。对随意或反射性眼球运动记分。若眼球偏斜能被随意或反射性活动纠正,记1分。若为孤立的周围性眼肌麻痹记1分。对失语者,凝视是可以测试的。对眼球创伤、绷带包扎、盲人或有其他视力、视野障碍者,由检查者选择一种反射性运动来测试,确定眼球的联系,然后从一侧向另一侧运动,偶尔能发现部分性凝视麻痹。',
|
|
|
|
value: null,
|
|
|
|
visible: false,
|
|
|
|
range: [{
|
|
|
|
value: 0,
|
|
|
|
text: '正常',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 1,
|
|
|
|
text: '部分凝视麻痹(单眼或双眼凝视异常,但无强迫凝视或全凝视麻痹)',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 2,
|
|
|
|
text: '强迫凝视或完全凝视麻痹(不能被头眼反射克服)',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: '3.视野',
|
|
|
|
description: '若能看到侧面的手指,记录正常。若单眼盲或眼球摘除,检查另一只眼。明确的非对称盲(包括象限盲)记1分。若全盲(任何原因)记3分。若频临死亡记1分,结果用于回答问题',
|
|
|
|
value: null,
|
|
|
|
visible: false,
|
|
|
|
range: [{
|
|
|
|
value: 0,
|
|
|
|
text: '无视野缺损',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 1,
|
|
|
|
text: '部分偏盲',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 2,
|
|
|
|
text: '完全偏盲',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 3,
|
|
|
|
text: '双侧偏盲(包括皮质盲)',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: '4.面瘫',
|
|
|
|
description: null,
|
|
|
|
value: null,
|
|
|
|
visible: false,
|
|
|
|
range: [{
|
|
|
|
value: 0,
|
|
|
|
text: '正常',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 1,
|
|
|
|
text: '轻微(微笑时鼻唇沟变平、不对称)',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 2,
|
|
|
|
text: '部分(下面部完全或几乎完全瘫)',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 3,
|
|
|
|
text: '完全(单或双侧瘫痪,上下面部缺乏运动)',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: '5.上肢运动',
|
|
|
|
description: '置肢体于合适的位置:坐位时0上肢平举90°,仰卧时上抬45,掌心向下,下L肢卧位抬高30°,若上肢在10秒内,下肢在5秒内下落,记1~4分。对失语者用语言或动作鼓励,不用有害刺激,依次检查每个肢体,从非瘫痪侧上肢开始。',
|
|
|
|
value: null,
|
|
|
|
visible: false,
|
|
|
|
range: [{
|
|
|
|
value: 0,
|
|
|
|
text: '无下落,置肢体于90°(或45°)坚持10秒',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 1,
|
|
|
|
text: '能抬起但不能坚持10秒,下落时不撞击床或其他支持物',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 2,
|
|
|
|
text: '试图抵抗重力,但不能维持坐位90°或仰位45',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 3,
|
|
|
|
text: '不能抵抗重力,肢体快速下落 ',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 4,
|
|
|
|
text: '无运动',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 9,
|
|
|
|
text: '截肢或关节融合',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: '6.下肢运动',
|
|
|
|
description: '置肢体于合适的位置:坐位时0上肢平举90°,仰卧时上抬45,掌心向下,下L肢卧位抬高30°,若上肢在10秒内,下肢在5秒内下落,记1~4分。对失语者用语言或动作鼓励,不用有害刺激,依次检查每个肢体,从非瘫痪侧上肢开始。',
|
|
|
|
value: null,
|
|
|
|
visible: false,
|
|
|
|
range: [{
|
|
|
|
value: 0,
|
|
|
|
text: '无下落,于要求位置坚持5秒',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 1,
|
|
|
|
text: '5秒末下落,不撞击床',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 2,
|
|
|
|
text: '5秒内下落到床上,可部分抵抗重力',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 3,
|
|
|
|
text: '立即下落到床上,不能抵抗重力4无运动',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 4,
|
|
|
|
text: '无运动',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 9,
|
|
|
|
text: '截肢或关节融合',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: '7.肢体共济失调',
|
|
|
|
description: '目的是发现一侧小脑病变。检查时睁眼,若有视力障碍,确保检查在无视野缺损中进行双侧指鼻试验、跟膝径试验,共济失调与无力明显,不呈比例时记分。若患者不能理解或肢体瘫痪不记分。盲人用伸展的上肢摸鼻。若为截肢或关节融合记9分',
|
|
|
|
value: null,
|
|
|
|
visible: false,
|
|
|
|
range: [{
|
|
|
|
value: 0,
|
|
|
|
text: '无共济失调',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 1,
|
|
|
|
text: '一个肢体有',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 2,
|
|
|
|
text: '两个肢体有',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 9,
|
|
|
|
text: '截肢或关节融合',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: '8.感觉',
|
|
|
|
description: '检查对针刺的感觉和表情,或意识障碍及失语者对有害刺激的躲避。只对与脑卒中有关的感觉缺失评分。偏身感觉丧失者需要精确检查,应测试身体多处[上肢(不包括手)、下肢、躯干、面部]确定有无偏身肢感觉缺失 严重或完全的感觉。缺失记2分。昏睡或失语者记1 或0分。脑干卒中双侧感觉缺失记2分。无反应或四肢瘫痪者记2分。昏迷患者(la=3)记2分。',
|
|
|
|
value: null,
|
|
|
|
visible: false,
|
|
|
|
range: [{
|
|
|
|
value: 0,
|
|
|
|
text: '正常',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 1,
|
|
|
|
text: '轻-中度感觉障碍(患者感觉针刺不尖锐或迟钝,或针刺感缺失但有触觉)',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 2,
|
|
|
|
text: '重度-完全感觉缺失(面、上肢、下肢无触觉) ',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: '9.语言',
|
|
|
|
description: '命名、阅读测试。若视觉缺损干扰测试,可让患者识别放在手上的物品,重复和发音。气管插管者手写回答。昏迷者记3分。给恍惚或不合作者选择一个记分,但3分仅给不能说话且不能执行任何指令者。',
|
|
|
|
value: null,
|
|
|
|
visible: false,
|
|
|
|
range: [{
|
|
|
|
value: 0,
|
|
|
|
text: '正常',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 1,
|
|
|
|
text: '轻-中度失语:流利程度和理解能力部分下降,但表达无明显受限',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 2,
|
|
|
|
text: '严重失语,交流是通过患者破碎的语言表达,听者须推理、询问、猜测交流困难',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 3,
|
|
|
|
text: '不能说话或者完全失语,无言语或听力理解能力 ',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: '10.构音障碍',
|
|
|
|
description: '读或重复表上的单词。若有严重的实语,评估自发语言时发音的清晰度。若因气管插管或其他物理障碍不能讲话,记9分。',
|
|
|
|
value: null,
|
|
|
|
visible: false,
|
|
|
|
range: [{
|
|
|
|
value: 0,
|
|
|
|
text: '正常',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 1,
|
|
|
|
text: '轻-中度,至少有些发音不清虽有困难但能被理解',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 2,
|
|
|
|
text: '言语不清,不能被理解,但无失语或与失语不成比例,或失音',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 9,
|
|
|
|
text: '气管播管或其他物理障碍',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
text: '11.忽视',
|
|
|
|
description: '若患者严重视觉缺失影响双侧视觉的同时检查,皮肤刺激正常,记为正常。若失语,但确实表现为对双侧的注意,记分正常。视空间忽视或疾病失认也可认为是异常的证据。',
|
|
|
|
value: null,
|
|
|
|
visible: false,
|
|
|
|
range: [{
|
|
|
|
value: 0,
|
|
|
|
text: '正常',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 1,
|
|
|
|
text: '视、触、听、空间觉或个人的忽视;或对一种感觉的双侧同时刺激忽视',
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 2,
|
|
|
|
text: '严重的偏侧忽视或一种以上的偏侧忽视;不认识自己的手;只能对一侧空间定位 ',
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
];
|
|
|
|
|
|
|
|
//急诊病情评估
|
|
|
|
export const EMERGENCY_CODE = {
|
|
|
|
'RYPG-SYSTOLIC-PRESSURE': {
|
|
|
|
text: '收缩压',
|
|
|
|
description: '(mmHg)',
|
|
|
|
type: 'slider',
|
|
|
|
inputType: 'number',
|
|
|
|
value: 140,
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
'RYPG-DIASTOLIC-PRESSURE': {
|
|
|
|
text: '舒张压',
|
|
|
|
description: '(mmHg)',
|
|
|
|
type: 'slider',
|
|
|
|
inputType: 'number',
|
|
|
|
value: 90,
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
'RYPG-MRS': {
|
|
|
|
text: 'mRS评分',
|
|
|
|
description: '',
|
|
|
|
type: 'radio',
|
|
|
|
default: '',
|
|
|
|
labelList: MRS_LIST,
|
|
|
|
range: ['0', '1', '2', '3', '4', '5'],
|
|
|
|
},
|
|
|
|
// 'RYPG-NIHSS': {
|
|
|
|
// text: 'NIHSS评分',
|
|
|
|
// description: '',
|
|
|
|
// type: 'pageText',
|
|
|
|
// inputType: 'number',
|
|
|
|
// rightArrow: true,
|
|
|
|
// default: '',
|
|
|
|
// range: NIHSS_LIST,
|
|
|
|
// },
|
|
|
|
};
|
|
|
|
//0min
|
|
|
|
export const EMERGENCY_Q_CODE = {
|
|
|
|
'JMRS-Q-SYSTOLIC-PRESSURE': {
|
|
|
|
text: '收缩压/舒张压',
|
|
|
|
description: '(mmHg)',
|
|
|
|
type: 'slider',
|
|
|
|
inputType: 'number',
|
|
|
|
value: 140,
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
'JMRS-Q-DIASTOLIC-PRESSURE': {
|
|
|
|
text: '',
|
|
|
|
description: '',
|
|
|
|
type: 'slider',
|
|
|
|
inputType: 'number',
|
|
|
|
value: 90,
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
'JMRS-Q-NIHSS': {
|
|
|
|
text: 'NIHSS评分',
|
|
|
|
description: '',
|
|
|
|
type: 'pageText',
|
|
|
|
inputType: 'number',
|
|
|
|
rightArrow: true,
|
|
|
|
default: '',
|
|
|
|
range: NIHSS_LIST,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
// 15min
|
|
|
|
export const EMERGENCY_15_CODE = {
|
|
|
|
'JMRS-15-SYSTOLIC-PRESSURE': {
|
|
|
|
text: '收缩压/舒张压',
|
|
|
|
description: '(mmHg)',
|
|
|
|
type: 'slider',
|
|
|
|
inputType: 'number',
|
|
|
|
value: 140,
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
'JMRS-15-DIASTOLIC-PRESSURE': {
|
|
|
|
text: '',
|
|
|
|
description: '',
|
|
|
|
type: 'slider',
|
|
|
|
inputType: 'number',
|
|
|
|
value: 90,
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
'JMRS-15-NIHSS': {
|
|
|
|
text: 'NIHSS评分',
|
|
|
|
description: '',
|
|
|
|
type: 'pageText',
|
|
|
|
inputType: 'number',
|
|
|
|
default: '',
|
|
|
|
range: NIHSS_LIST,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
// 30min
|
|
|
|
export const EMERGENCY_30_CODE = {
|
|
|
|
'JMRS-30-SYSTOLIC-PRESSURE': {
|
|
|
|
text: '收缩压/舒张压',
|
|
|
|
description: '(mmHg)',
|
|
|
|
type: 'slider',
|
|
|
|
inputType: 'number',
|
|
|
|
value: 140,
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
'JMRS-30-DIASTOLIC-PRESSURE': {
|
|
|
|
text: '',
|
|
|
|
description: '',
|
|
|
|
type: 'slider',
|
|
|
|
inputType: 'number',
|
|
|
|
value: 90,
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
'JMRS-30-NIHSS': {
|
|
|
|
text: 'NIHSS评分',
|
|
|
|
description: '',
|
|
|
|
type: 'pageText',
|
|
|
|
inputType: 'number',
|
|
|
|
default: '',
|
|
|
|
range: NIHSS_LIST,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
//45min
|
|
|
|
export const EMERGENCY_45_CODE = {
|
|
|
|
'JMRS-45-SYSTOLIC-PRESSURE': {
|
|
|
|
text: '收缩压/舒张压',
|
|
|
|
description: '(mmHg)',
|
|
|
|
type: 'slider',
|
|
|
|
inputType: 'number',
|
|
|
|
value: 140,
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
'JMRS-45-DIASTOLIC-PRESSURE': {
|
|
|
|
text: '',
|
|
|
|
description: '',
|
|
|
|
type: 'slider',
|
|
|
|
inputType: 'number',
|
|
|
|
value: 90,
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
'JMRS-45-NIHSS': {
|
|
|
|
text: 'NIHSS评分',
|
|
|
|
description: '',
|
|
|
|
type: 'pageText',
|
|
|
|
inputType: 'number',
|
|
|
|
default: '',
|
|
|
|
range: NIHSS_LIST,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
//60min
|
|
|
|
export const EMERGENCY_60_CODE = {
|
|
|
|
'JMRS-60-SYSTOLIC-PRESSURE': {
|
|
|
|
text: '收缩压/舒张压',
|
|
|
|
description: '(mmHg)',
|
|
|
|
type: 'slider',
|
|
|
|
inputType: 'number',
|
|
|
|
value: 140,
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
'JMRS-60-DIASTOLIC-PRESSURE': {
|
|
|
|
text: '',
|
|
|
|
description: '',
|
|
|
|
type: 'slider',
|
|
|
|
inputType: 'number',
|
|
|
|
value: 90,
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
'JMRS-60-NIHSS': {
|
|
|
|
text: 'NIHSS评分',
|
|
|
|
description: '',
|
|
|
|
type: 'pageText',
|
|
|
|
inputType: 'number',
|
|
|
|
default: '',
|
|
|
|
range: NIHSS_LIST,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
// 溶栓药物剂量
|
|
|
|
export const RSYW_CODE = {
|
|
|
|
'JMRS-RSYW': {
|
|
|
|
text: '溶栓药物',
|
|
|
|
description: '',
|
|
|
|
type: 'radio',
|
|
|
|
default: 'rt-PA',
|
|
|
|
range: {
|
|
|
|
'rt-PA': 'rt-PA',
|
|
|
|
'尿激酶': '尿激酶',
|
|
|
|
'替奈普酶': '替奈普酶',
|
|
|
|
'瑞替普酶': '瑞替普酶',
|
|
|
|
'阿尼普酶': '阿尼普酶',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'JMRS-TZJL': {
|
|
|
|
text: '团注剂量',
|
|
|
|
description: '(mg)',
|
|
|
|
type: 'slider',
|
|
|
|
inputType: 'number',
|
|
|
|
default: '',
|
|
|
|
value: 0,
|
|
|
|
max: 9,
|
|
|
|
},
|
|
|
|
'JMRS-JDJL': {
|
|
|
|
text: '静滴剂量',
|
|
|
|
description: '(mg)',
|
|
|
|
type: 'slider',
|
|
|
|
inputType: 'number',
|
|
|
|
default: '',
|
|
|
|
value: 0,
|
|
|
|
max: 90,
|
|
|
|
},
|
|
|
|
};
|
|
|
|
//不良反应
|
|
|
|
export const ADVERSE_CODE = {
|
|
|
|
'JMRS-BFZ-TIME': {
|
|
|
|
text: '出现时间',
|
|
|
|
type: 'datetime',
|
|
|
|
value: '',
|
|
|
|
},
|
|
|
|
'JMRS-BFZ': {
|
|
|
|
text: '不良反应',
|
|
|
|
type: 'checkbox',
|
|
|
|
value: [''],
|
|
|
|
range: [
|
|
|
|
'颅内出血',
|
|
|
|
'消化道出血',
|
|
|
|
'牙龈出血',
|
|
|
|
'再灌注损伤',
|
|
|
|
'其他部位出血',
|
|
|
|
'血管源性唇舌水肿',
|
|
|
|
'其他',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'JMRS-BFZ-ELSE': {
|
|
|
|
text: '其他',
|
|
|
|
type: 'input',
|
|
|
|
inputType: 'text',
|
|
|
|
showType: {
|
|
|
|
type: 'valueInclude',
|
|
|
|
code: 'JMRS-BFZ',
|
|
|
|
value: '其他',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
|
|
|
|
export const DOCTORADVICE = {
|
|
|
|
检验: {
|
|
|
|
value: null,
|
|
|
|
type: 'checkbox',
|
|
|
|
range: [
|
|
|
|
'血细胞分析',
|
|
|
|
'凝血功能',
|
|
|
|
'血糖',
|
|
|
|
'肝功能',
|
|
|
|
'肾功能',
|
|
|
|
'床旁即刻血糖',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
心电图: {
|
|
|
|
value: null,
|
|
|
|
type: 'checkbox',
|
|
|
|
range: ['心电图'],
|
|
|
|
},
|
|
|
|
急诊CT: {
|
|
|
|
value: null,
|
|
|
|
type: 'checkbox',
|
|
|
|
range: ['CT平扫', 'CT血管呈现', 'CTa+CTd', '胸部CT'],
|
|
|
|
},
|
|
|
|
磁共振: {
|
|
|
|
value: null,
|
|
|
|
type: 'checkbox',
|
|
|
|
range: ['DWI', '平扫+DWI', 'PWI', 'MRA', 'T1', 'T2', 'FLAIR'],
|
|
|
|
},
|
|
|
|
};
|
|
|
|
// 患者基本信息
|
|
|
|
export const BASE_CODE = {
|
|
|
|
'JBXX-SFXHCZ': {
|
|
|
|
// 是否醒后卒中
|
|
|
|
text: '发病时间',
|
|
|
|
type: 'radio',
|
|
|
|
default: '已知',
|
|
|
|
range: {
|
|
|
|
已知: '已知',
|
|
|
|
未知: '未知',
|
|
|
|
醒后卒中: '醒后卒中',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'JBXX-FBSJ': {
|
|
|
|
text: '发病时间',
|
|
|
|
type: 'datetime',
|
|
|
|
default: '',
|
|
|
|
showType: {
|
|
|
|
type: 'value',
|
|
|
|
code: 'JBXX-SFXHCZ',
|
|
|
|
value: '已知',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'JBXX-ZHZC-TIME': {
|
|
|
|
text: '最后正常时间',
|
|
|
|
type: 'datetime',
|
|
|
|
default: '',
|
|
|
|
showType: {
|
|
|
|
type: 'value',
|
|
|
|
code: 'JBXX-SFXHCZ',
|
|
|
|
value: '醒后卒中',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'JBXX-SFYNCZ': {
|
|
|
|
text: '是否院内卒中',
|
|
|
|
type: 'radio',
|
|
|
|
range: {
|
|
|
|
是: '是',
|
|
|
|
否: '否',
|
|
|
|
},
|
|
|
|
default: '是',
|
|
|
|
},
|
|
|
|
'JBXX-DDJZ-TIME': {
|
|
|
|
text: '到达急诊时间',
|
|
|
|
type: 'datetime',
|
|
|
|
default: '',
|
|
|
|
valueType: 'string',
|
|
|
|
},
|
|
|
|
'JBXX-TZCZYS-TIME': {
|
|
|
|
text: '通知卒中医生时间',
|
|
|
|
type: 'datetime',
|
|
|
|
default: '',
|
|
|
|
valueType: 'string',
|
|
|
|
},
|
|
|
|
'JBXX-CZYSDC-TIME': {
|
|
|
|
text: '卒中到场时间',
|
|
|
|
type: 'datetime',
|
|
|
|
default: '',
|
|
|
|
valueType: 'string',
|
|
|
|
},
|
|
|
|
'JBXX-LYFS': {
|
|
|
|
text: '来院方式',
|
|
|
|
type: 'select',
|
|
|
|
range: {
|
|
|
|
自行住院: '自行住院',
|
|
|
|
Z120: '120',
|
|
|
|
医疗机构转入: '医疗机构转入',
|
|
|
|
院内住院患者: '院内住院患者',
|
|
|
|
院内公共区域患者: '院内公共区域患者',
|
|
|
|
},
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
'JBXX-Result': {
|
|
|
|
text: '救治结果',
|
|
|
|
type: 'select',
|
|
|
|
range: {
|
|
|
|
住院: '住院',
|
|
|
|
转院: '转院',
|
|
|
|
死亡: '死亡',
|
|
|
|
},
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
};
|
|
|
|
//患者急救信息
|
|
|
|
export const AID_CODE = {
|
|
|
|
'RYPG-HEIGHT': {
|
|
|
|
text: '身高',
|
|
|
|
description: '(cm)',
|
|
|
|
type: 'input',
|
|
|
|
inputType: 'number',
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
'RYPG-WEIGHT': {
|
|
|
|
text: '体重',
|
|
|
|
description: '(kg)',
|
|
|
|
type: 'input',
|
|
|
|
inputType: 'number',
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
'RYPG-GENDER': {
|
|
|
|
text: '性别',
|
|
|
|
description: '',
|
|
|
|
type: 'text',
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
'RYPG-BMI': {
|
|
|
|
text: 'BMI',
|
|
|
|
description: '',
|
|
|
|
type: 'text',
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
'RYPG-SYSTOLIC-PRESSURE': {
|
|
|
|
text: '收缩压',
|
|
|
|
description: '(mmHg)',
|
|
|
|
type: 'input',
|
|
|
|
inputType: 'number',
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
'RYPG-DIASTOLIC-PRESSURE': {
|
|
|
|
text: '舒张压',
|
|
|
|
description: '(mmHg)',
|
|
|
|
type: 'input',
|
|
|
|
inputType: 'number',
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
'RYPG-PULSE': {
|
|
|
|
text: '脉搏',
|
|
|
|
description: '(次/分)',
|
|
|
|
type: 'input',
|
|
|
|
inputType: 'number',
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
'RYPG-MRS': {
|
|
|
|
text: '本次入院mRS评分',
|
|
|
|
description: '',
|
|
|
|
type: 'select',
|
|
|
|
default: '',
|
|
|
|
range: MRS_LIST,
|
|
|
|
},
|
|
|
|
'RYPG-NIHSS': {
|
|
|
|
text: '本次入院NIHSS评分',
|
|
|
|
description: '',
|
|
|
|
type: 'pageText',
|
|
|
|
rightArrow: true,
|
|
|
|
default: '',
|
|
|
|
range: NIHSS_LIST,
|
|
|
|
},
|
|
|
|
'RYPG-BLOOD-TIME': {
|
|
|
|
text: '采血开始时间',
|
|
|
|
description: '',
|
|
|
|
type: 'datetime',
|
|
|
|
default: '',
|
|
|
|
valueType: 'string',
|
|
|
|
},
|
|
|
|
'RYPG-BLOOD-SUGAR': {
|
|
|
|
text: '血糖',
|
|
|
|
description: '(mol/L)',
|
|
|
|
type: 'input',
|
|
|
|
inputType: 'number',
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
'RYPG-ECG-TIME': {
|
|
|
|
text: '心电开始时间',
|
|
|
|
description: '',
|
|
|
|
type: 'datetime',
|
|
|
|
default: '',
|
|
|
|
valueType: 'string',
|
|
|
|
},
|
|
|
|
'RYPG-CT-OUTSIZE': {
|
|
|
|
text: 'CT是否院外已查',
|
|
|
|
type: 'radio',
|
|
|
|
default: '',
|
|
|
|
range: {
|
|
|
|
是: '是',
|
|
|
|
否: '否',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'RYPG-CT-DD-TIME': {
|
|
|
|
text: '到达CT时间',
|
|
|
|
description: '',
|
|
|
|
type: 'datetime',
|
|
|
|
default: '',
|
|
|
|
valueType: 'string',
|
|
|
|
},
|
|
|
|
};
|
|
|
|
// 静脉溶栓
|
|
|
|
export const JMRS_CODE = {
|
|
|
|
// 'JMRS-Y': {
|
|
|
|
// text: '是否进行静脉溶栓',
|
|
|
|
// type: 'radio',
|
|
|
|
// default: '',
|
|
|
|
// range: {
|
|
|
|
// 是: '是',
|
|
|
|
// 否: '否',
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// 'JMRS-WRSYY': {
|
|
|
|
// text: '未溶栓原因',
|
|
|
|
// type: 'checkbox',
|
|
|
|
// default: [''],
|
|
|
|
// range: ['超时间创', '禁忌症', '患者/家属拒绝', '其他'],
|
|
|
|
// showType: {
|
|
|
|
// type: 'value',
|
|
|
|
// code: 'JMRS-Y',
|
|
|
|
// value: '否',
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// 'JMRS-WRSYY-ELSE': {
|
|
|
|
// text: '',
|
|
|
|
// type: 'input',
|
|
|
|
// inputType: 'text',
|
|
|
|
// default: '',
|
|
|
|
// showType: {
|
|
|
|
// type: 'valueInclude',
|
|
|
|
// code: 'JMRS-WRSYY',
|
|
|
|
// value: '其他',
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// 'JMRS-TH-TIME': {
|
|
|
|
// text: '谈话开始时间',
|
|
|
|
// type: 'datetime',
|
|
|
|
// default: '',
|
|
|
|
// valueType: 'string',
|
|
|
|
// },
|
|
|
|
// 'JMRS-SIGN': {
|
|
|
|
// text: '签署知情同意书',
|
|
|
|
// type: 'modal',
|
|
|
|
// rightText: '去签署',
|
|
|
|
// rightArrow: true,
|
|
|
|
// path: {
|
|
|
|
// name: 'Informed',
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// 'JMRS-Q-NIHSS': {
|
|
|
|
// text: 'NIHSS评分',
|
|
|
|
// description: '',
|
|
|
|
// type: 'pageText',
|
|
|
|
// rightArrow: true,
|
|
|
|
// default: '',
|
|
|
|
// operate: 'collapse',
|
|
|
|
// operateData: {
|
|
|
|
// text: '溶栓开始前',
|
|
|
|
// code: [
|
|
|
|
// 'JMRS-Q-NIHSS',
|
|
|
|
// 'JMRS-Q-SYSTOLIC-PRESSURE',
|
|
|
|
// 'JMRS-Q-DIASTOLIC-PRESSURE',
|
|
|
|
// ],
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// 'JMRS-Q-SYSTOLIC-PRESSURE': {
|
|
|
|
// text: '收缩压',
|
|
|
|
// description: '(mmHg)',
|
|
|
|
// type: 'input',
|
|
|
|
// inputType: 'number',
|
|
|
|
// default: '',
|
|
|
|
// showType: {
|
|
|
|
// type: 'collapse',
|
|
|
|
// code: 'JMRS-Q-NIHSS',
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// 'JMRS-Q-DIASTOLIC-PRESSURE': {
|
|
|
|
// text: '舒张压',
|
|
|
|
// description: '(mmHg)',
|
|
|
|
// type: 'input',
|
|
|
|
// inputType: 'number',
|
|
|
|
// default: '',
|
|
|
|
// showType: {
|
|
|
|
// type: 'collapse',
|
|
|
|
// code: 'JMRS-Q-NIHSS',
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
'JMRS-RSCS': {
|
|
|
|
text: '开始静脉溶栓场所',
|
|
|
|
type: 'select',
|
|
|
|
range: {
|
|
|
|
急救车: '急救车',
|
|
|
|
本院急诊科: '本院急诊科',
|
|
|
|
本院CT室: '本院CT室',
|
|
|
|
本院病房: '本院病房',
|
|
|
|
},
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
'JMRS-TIME': {
|
|
|
|
text: '开始静脉溶栓时间',
|
|
|
|
type: 'datetime',
|
|
|
|
default: '',
|
|
|
|
valueType: 'string',
|
|
|
|
},
|
|
|
|
// 'JMRS-RSYW': {
|
|
|
|
// text: '静脉溶栓药物',
|
|
|
|
// type: 'select',
|
|
|
|
// range: {
|
|
|
|
// 'rt-PA': 'rt-PA',
|
|
|
|
// 尿激酶: '尿激酶',
|
|
|
|
// 替奈普酶: '替奈普酶',
|
|
|
|
// 瑞替普酶: '瑞替普酶',
|
|
|
|
// 阿尼普酶: '阿尼普酶',
|
|
|
|
// },
|
|
|
|
// default: 'rt-PA',
|
|
|
|
// },
|
|
|
|
// 'JMRS-RSYW-ZL': {
|
|
|
|
// text: 'rt-PA',
|
|
|
|
// type: 'input',
|
|
|
|
// inputType: 'number',
|
|
|
|
// default: '',
|
|
|
|
// showType: {
|
|
|
|
// type: 'value',
|
|
|
|
// code: 'JMRS-RSYW',
|
|
|
|
// value: 'rt-PA',
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// 'JMRS-TZJL': {
|
|
|
|
// text: '团注剂量',
|
|
|
|
// description: '(mg)',
|
|
|
|
// type: 'input',
|
|
|
|
// inputType: 'number',
|
|
|
|
// default: '',
|
|
|
|
// },
|
|
|
|
// 'JMRS-JDJL': {
|
|
|
|
// text: '静滴剂量',
|
|
|
|
// description: '(mg)',
|
|
|
|
// type: 'input',
|
|
|
|
// inputType: 'number',
|
|
|
|
// default: '',
|
|
|
|
// },
|
|
|
|
// 'JMRS-15-NIHSS': {
|
|
|
|
// text: 'NIHSS评分',
|
|
|
|
// description: '',
|
|
|
|
// type: 'pageText',
|
|
|
|
// rightArrow: true,
|
|
|
|
// default: '',
|
|
|
|
// operate: 'collapse',
|
|
|
|
// operateData: {
|
|
|
|
// text: '15min',
|
|
|
|
// code: [
|
|
|
|
// 'JMRS-15-NIHSS',
|
|
|
|
// 'JMRS-15-SYSTOLIC-PRESSURE',
|
|
|
|
// 'JMRS-15-DIASTOLIC-PRESSURE',
|
|
|
|
// ],
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// 'JMRS-15-SYSTOLIC-PRESSURE': {
|
|
|
|
// text: '收缩压',
|
|
|
|
// description: '(mmHg)',
|
|
|
|
// type: 'input',
|
|
|
|
// inputType: 'number',
|
|
|
|
// default: '',
|
|
|
|
// showType: {
|
|
|
|
// type: 'collapse',
|
|
|
|
// code: '15min',
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// 'JMRS-15-DIASTOLIC-PRESSURE': {
|
|
|
|
// text: '舒张压',
|
|
|
|
// description: '(mmHg)',
|
|
|
|
// type: 'input',
|
|
|
|
// inputType: 'number',
|
|
|
|
// default: '',
|
|
|
|
// showType: {
|
|
|
|
// type: 'collapse',
|
|
|
|
// code: '15min',
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// 'JMRS-30-NIHSS': {
|
|
|
|
// text: 'NIHSS评分',
|
|
|
|
// description: '',
|
|
|
|
// type: 'pageText',
|
|
|
|
// default: '',
|
|
|
|
// operate: 'collapse',
|
|
|
|
// operateData: {
|
|
|
|
// text: '30min',
|
|
|
|
// code: [
|
|
|
|
// 'JMRS-30-NIHSS',
|
|
|
|
// 'JMRS-30-SYSTOLIC-PRESSURE',
|
|
|
|
// 'JMRS-30-DIASTOLIC-PRESSURE',
|
|
|
|
// ],
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// 'JMRS-30-SYSTOLIC-PRESSURE': {
|
|
|
|
// text: '收缩压',
|
|
|
|
// description: '(mmHg)',
|
|
|
|
// type: 'input',
|
|
|
|
// inputType: 'number',
|
|
|
|
// default: '',
|
|
|
|
// showType: {
|
|
|
|
// type: 'collapse',
|
|
|
|
// code: '30min',
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// 'JMRS-30-DIASTOLIC-PRESSURE': {
|
|
|
|
// text: '舒张压',
|
|
|
|
// description: '(mmHg)',
|
|
|
|
// type: 'input',
|
|
|
|
// inputType: 'number',
|
|
|
|
// default: '',
|
|
|
|
// showType: {
|
|
|
|
// type: 'collapse',
|
|
|
|
// code: '30min',
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// 'JMRS-45-NIHSS': {
|
|
|
|
// text: 'NIHSS评分',
|
|
|
|
// description: '',
|
|
|
|
// type: 'pageText',
|
|
|
|
// default: '',
|
|
|
|
// operate: 'collapse',
|
|
|
|
// operateData: {
|
|
|
|
// text: '45min',
|
|
|
|
// code: [
|
|
|
|
// 'JMRS-45-NIHSS',
|
|
|
|
// 'JMRS-45-SYSTOLIC-PRESSURE',
|
|
|
|
// 'JMRS-45-DIASTOLIC-PRESSURE',
|
|
|
|
// ],
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// 'JMRS-45-SYSTOLIC-PRESSURE': {
|
|
|
|
// text: '收缩压',
|
|
|
|
// description: '(mmHg)',
|
|
|
|
// type: 'input',
|
|
|
|
// inputType: 'number',
|
|
|
|
// default: '',
|
|
|
|
// showType: {
|
|
|
|
// type: 'collapse',
|
|
|
|
// code: '45min',
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// 'JMRS-45-DIASTOLIC-PRESSURE': {
|
|
|
|
// text: '舒张压',
|
|
|
|
// description: '(mmHg)',
|
|
|
|
// type: 'input',
|
|
|
|
// inputType: 'number',
|
|
|
|
// default: '',
|
|
|
|
// showType: {
|
|
|
|
// type: 'collapse',
|
|
|
|
// code: '45min',
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// 'JMRS-60-NIHSS': {
|
|
|
|
// text: 'NIHSS评分',
|
|
|
|
// description: '',
|
|
|
|
// type: 'pageText',
|
|
|
|
// default: '',
|
|
|
|
// operate: 'collapse',
|
|
|
|
// operateData: {
|
|
|
|
// text: '60min',
|
|
|
|
// code: [
|
|
|
|
// 'JMRS-60-NIHSS',
|
|
|
|
// 'JMRS-60-SYSTOLIC-PRESSURE',
|
|
|
|
// 'JMRS-60-DIASTOLIC-PRESSURE',
|
|
|
|
// ],
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// 'JMRS-60-SYSTOLIC-PRESSURE': {
|
|
|
|
// text: '收缩压',
|
|
|
|
// description: '(mmHg)',
|
|
|
|
// type: 'input',
|
|
|
|
// inputType: 'number',
|
|
|
|
// default: '',
|
|
|
|
// showType: {
|
|
|
|
// type: 'collapse',
|
|
|
|
// code: '60min',
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// 'JMRS-60-DIASTOLIC-PRESSURE': {
|
|
|
|
// text: '舒张压',
|
|
|
|
// description: '(mmHg)',
|
|
|
|
// type: 'input',
|
|
|
|
// inputType: 'number',
|
|
|
|
// default: '',
|
|
|
|
// showType: {
|
|
|
|
// type: 'collapse',
|
|
|
|
// code: '60min',
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
};
|
|
|
|
// 血管内治疗
|
|
|
|
export const XGZL_CODE = {
|
|
|
|
'XGZL-WZLYY-ELSE': {
|
|
|
|
text: '',
|
|
|
|
type: 'input',
|
|
|
|
inputType: 'text',
|
|
|
|
default: '',
|
|
|
|
showType: {
|
|
|
|
type: 'valueInclude',
|
|
|
|
code: 'XGZL-WZLYY',
|
|
|
|
value: '其他',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'XGZL-ZQTH-TIME': {
|
|
|
|
text: '谈话开始时间',
|
|
|
|
type: 'datetime',
|
|
|
|
default: '',
|
|
|
|
valueType: 'string',
|
|
|
|
},
|
|
|
|
'XGZL-ZQTH-QZ': {
|
|
|
|
text: '签署知情同意书时间',
|
|
|
|
type: 'datetime',
|
|
|
|
default: '',
|
|
|
|
valueType: 'string',
|
|
|
|
},
|
|
|
|
'XGZL-SQ-NIHSS': {
|
|
|
|
text: 'NIHSS评分',
|
|
|
|
description: '',
|
|
|
|
type: 'pageText',
|
|
|
|
rightArrow: true,
|
|
|
|
default: '',
|
|
|
|
page: {
|
|
|
|
name: 'NIHSS',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'XGZL-SQ-ASPECT-CT': {
|
|
|
|
text: 'CT',
|
|
|
|
description: '',
|
|
|
|
type: 'input',
|
|
|
|
inputType: 'number',
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
'XGZL-SQ-ASPECT-MRI': {
|
|
|
|
text: 'MRI',
|
|
|
|
description: '',
|
|
|
|
type: 'input',
|
|
|
|
inputType: 'number',
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
|
|
|
|
'XGZL-CCWC-TIME': {
|
|
|
|
text: '穿刺完成时间',
|
|
|
|
type: 'datetime',
|
|
|
|
default: '',
|
|
|
|
valueType: 'string',
|
|
|
|
},
|
|
|
|
'XGZL-SH-SCXGZTSJ': {
|
|
|
|
text: '首次血管再通时间',
|
|
|
|
type: 'datetime',
|
|
|
|
default: '',
|
|
|
|
valueType: 'string',
|
|
|
|
},
|
|
|
|
'XGZL-SQ-TICI': {
|
|
|
|
text: 'TICI分级',
|
|
|
|
type: 'radio',
|
|
|
|
range: {
|
|
|
|
'0级': '0级',
|
|
|
|
'1级': '1级',
|
|
|
|
'2a级': '2a级',
|
|
|
|
'2b级': '2b级',
|
|
|
|
'3级': '3级',
|
|
|
|
},
|
|
|
|
default: '',
|
|
|
|
},
|
|
|
|
'XGZL-Y': {
|
|
|
|
text: '是否给予血管内治疗',
|
|
|
|
type: 'radio',
|
|
|
|
default: '',
|
|
|
|
range: {
|
|
|
|
是: '是',
|
|
|
|
否: '否',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'XGZL-WZLYY': {
|
|
|
|
text: '未给予血管内治疗的原因',
|
|
|
|
type: 'checkbox',
|
|
|
|
default: [''],
|
|
|
|
range: ['非大血管病变', '超时间窗', '禁忌症', '患者/家属拒绝', '其他'],
|
|
|
|
showType: {
|
|
|
|
type: 'value',
|
|
|
|
code: 'XGZL-Y',
|
|
|
|
value: '否',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'XGZL-XGKT': {
|
|
|
|
text: '血管内开通方法',
|
|
|
|
type: 'checkbox',
|
|
|
|
default: [''],
|
|
|
|
range: [
|
|
|
|
'无',
|
|
|
|
'支架取栓',
|
|
|
|
'抽栓',
|
|
|
|
'球囊成形',
|
|
|
|
'支架成形',
|
|
|
|
'动脉溶栓',
|
|
|
|
'血管源性唇舌水肿',
|
|
|
|
'机械碎栓',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
|
|
|
|
'XGZL-BFZ': {
|
|
|
|
text: '手术并发症',
|
|
|
|
type: 'checkbox',
|
|
|
|
default: [''],
|
|
|
|
range: [
|
|
|
|
'无',
|
|
|
|
'内出血',
|
|
|
|
'动脉夹层',
|
|
|
|
'支架脱离',
|
|
|
|
'再闭塞',
|
|
|
|
'消化道出血',
|
|
|
|
'颈动脉海绵窦痿',
|
|
|
|
'再灌注损伤',
|
|
|
|
'其他',
|
|
|
|
'缺血性并发症/其他部位动脉闭塞',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
'XGZL-BFZ-ELSE': {
|
|
|
|
text: '',
|
|
|
|
description: '',
|
|
|
|
type: 'input',
|
|
|
|
inputType: 'text',
|
|
|
|
default: '',
|
|
|
|
showType: {
|
|
|
|
type: 'valueInclude',
|
|
|
|
code: 'XGZL-BFZ',
|
|
|
|
value: '其他',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
export const CODE_DICT = {
|
|
|
|
...MEDICAL_CODE, //病历信息
|
|
|
|
...HISTORY_CODE, // 病史
|
|
|
|
...EMERGENCY_CODE, //急诊病情评估
|
|
|
|
...RSYW_CODE, //溶栓药物剂量
|
|
|
|
...ADVERSE_CODE, //不良反应
|
|
|
|
...BASE_CODE, //患者基本信息
|
|
|
|
...AID_CODE, //患者急救信息
|
|
|
|
...JMRS_CODE, //静脉溶栓
|
|
|
|
...XGZL_CODE,
|
|
|
|
};
|