123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593 |
- module.exports = {
- data:{
- "title":[
- {
- "name":"临床体格检查",
- "column":"name"
- },
- {
- "name":"临床症状",
- "column":"detailName"
- },
- {
- "name":"得分",
- "column":"score"
- },
- {
- "name":"推荐选项",
- "column":""
- }
- ],
- "result":[
- {
- "min":0,
- "max":6,
- "text":"无"
- },
- {
- "min":7,
- "max":12,
- "text":"轻度"
- },
- {
- "min":13,
- "max":29,
- "text":"中度"
- },
- {
- "min":30,
- "max":46,
- "text":"重度"
- }
- ],
- "details":[
- {
- "name":"右拇指振动觉",
- "type":"1:radio,2:checkbox.....",
- "details":[
- {
- "detailName":"正常",
- "score":0,
- "state":"0:未选中,1-选中"
- },
- {
- "detailName":"减退",
- "score":1,
- "state":0
- },
- {
- "detailName":"消失",
- "score":2,
- "state":1
- }
- ]
- },
- {
- "name":"左拇指振动觉",
- "type":"1:radio,2:checkbox.....",
- "details":[
- {
- "detailName":"正常",
- "score":0,
- "state":"0:未选中,1-选中"
- },
- {
- "detailName":"减退",
- "score":1,
- "state":0
- },
- {
- "detailName":"消失",
- "score":2,
- "state":1
- }
- ]
- }
- ]
- },
- newData:{
- "scaleType":"1(1-评分量表)",
- "scaleName":"危重病人APACHE II评分表",
- "calculate":{
- "result":{
- "value":"",
- "unit":"",
- "text":""
- },
- "formula":"sum(分值*系数+常数)",
- "range":[
- ]
- },
- "group":[
- {
- "groupName":"A.年龄",
- "title":{
- "columns":[
- {
- "name":"指标名称",
- "column":"name"
- },
- {
- "name":"指标范围",
- "column":"detailName"
- },
- {
- "name":"得分",
- "column":"score"
- }
- ],
- "isShow":"1(1-标题展示,0-标题不展示)"
- },
- "groupCalculate":{
- "result":{
- "value":"",
- "unit":"",
- "text":""
- },
- "isShow":"1(1-显示计算结果,0-不显示计算结果)"
- },
- "rows":[
- {
- "mutex":"0(0-非互斥,1-互斥)",
- "required":"1(1-必填项,0-选填项)",
- "row":[
- {
- "coefficent":1,
- "constant":0,
- "details":[
- {
- "detailName":"≤44",
- "score":"0.0",
- "state":"0"
- },
- {
- "detailName":"45-54",
- "score":"2.0",
- "state":"0"
- },
- {
- "detailName":"55-64",
- "score":"3.0",
- "state":"0"
- },
- {
- "detailName":"65-74",
- "score":"5.0",
- "state":"0"
- }
- ],
- "name":"年龄",
- "controltype":0
- }
- ]
- }
- ]
- },
- {
- "groupName":" B.有严重器官系统功能不全或免疫损害",
- "title":{
- "columns":[
- {
- "name":"指标名称",
- "column":"name"
- },
- {
- "name":"指标范围",
- "column":"detailName"
- },
- {
- "name":"得分",
- "column":"score"
- }
- ],
- "isShow":"0"
- },
- "groupCalculate":{
- "result":{
- "value":"",
- "unit":"",
- "text":""
- },
- "isShow":"1(1-显示计算结果,0-不显示计算结果)"
- },
- "rows":[
- {
- "mutex":"0",
- "required":"1",
- "row":[
- {
- "coefficent":1,
- "constant":0,
- "details":[
- {
- "detailName":"非手术或择期手术后",
- "score":"2.0",
- "state":"0"
- },
- {
- "detailName":"不能手术或急诊手术后",
- "score":"5.0",
- "state":"0"
- },
- {
- "detailName":"无上述情况",
- "score":"0.0",
- "state":"0"
- }
- ],
- "name":"有严重器官系统功能不全或免疫损害",
- "controltype":0
- }
- ]
- }
- ]
- },
- {
- "groupName":" C. GCS评分",
- "title":{
- "columns":[
- {
- "name":"指标名称",
- "column":"name"
- },
- {
- "name":"指标选项",
- "column":"detailName"
- },
- {
- "name":"得分",
- "column":"score"
- }
- ],
- "isShow":"0"
- },
- "groupCalculate":{
- "result":{
- "value":"",
- "unit":"",
- "text":""
- },
- "isShow":"1(1-显示计算结果,0-不显示计算结果)"
- },
- "rows":[
- {
- "mutex":"0",
- "required":"1",
- "row":[
- {
- "coefficent":-1,
- "constant":5,
- "details":[
- {
- "detailName":"自动睁眼",
- "score":"4.0",
- "state":"0"
- },
- {
- "detailName":"呼唤睁眼",
- "score":"3.0",
- "state":"0"
- },
- {
- "detailName":"刺疼睁眼",
- "score":"2.0",
- "state":"0"
- },
- {
- "detailName":"不能睁眼",
- "score":"1.0",
- "state":"0"
- }
- ],
- "name":"1.睁眼反应",
- "controltype":0
- }
- ]
- },
- {
- "mutex":"0",
- "required":"1",
- "row":[
- {
- "coefficent":-1,
- "constant":5,
- "details":[
- {
- "detailName":"回答切题",
- "score":"5.0",
- "state":"0"
- },
- {
- "detailName":"回答不切题",
- "score":"4.0",
- "state":"0"
- },
- {
- "detailName":"答非所问",
- "score":"3.0",
- "state":"0"
- },
- {
- "detailName":"只能发音",
- "score":"2.0",
- "state":"0"
- },
- {
- "detailName":"不能言语",
- "score":"1.0",
- "state":"0"
- }
- ],
- "name":"2.语言反应",
- "controltype":0
- }
- ]
- },
- {
- "mutex":"0",
- "required":"1",
- "row":[
- {
- "coefficent":-1,
- "constant":5,
- "details":[
- {
- "detailName":"按吩咐动作",
- "score":"6.0",
- "state":"0"
- },
- {
- "detailName":"刺疼能定位",
- "score":"5.0",
- "state":"0"
- },
- {
- "detailName":"刺疼能躲避",
- "score":"4.0",
- "state":"0"
- },
- {
- "detailName":"刺疼肢体屈曲",
- "score":"3.0",
- "state":"0"
- },
- {
- "detailName":"刺疼肢体伸展",
- "score":"2.0",
- "state":"0"
- },
- {
- "detailName":"不能活动",
- "score":"1.0",
- "state":"0"
- }
- ],
- "name":"3.运动反应",
- "controltype":0
- }
- ]
- }
- ]
- },
- {
- "groupName":" D.生理指标",
- "title":{
- "columns":[
- {
- "name":"指标名称",
- "column":"name"
- },
- {
- "name":"指标范围",
- "column":"detailName"
- },
- {
- "name":"得分",
- "column":"score"
- }
- ],
- "isShow":"0"
- },
- "groupCalculate":{
- "result":{
- "value":"",
- "unit":"",
- "text":""
- },
- "isShow":"1(1-显示计算结果,0-不显示计算结果)"
- },
- "rows":[
- {
- "mutex":"0",
- "required":"1",
- "row":[
- {
- "coefficent":1,
- "constant":0,
- "details":[
- {
- "detailName":"≥41",
- "score":"4.0",
- "state":"0"
- },
- {
- "detailName":"39-40.9",
- "score":"3.0",
- "state":"0"
- },
- {
- "detailName":"38.5-38.9",
- "score":"1.0",
- "state":"0"
- },
- {
- "detailName":"36-38.4",
- "score":"0.0",
- "state":"0"
- },
- {
- "detailName":"34-35.9",
- "score":"1.0",
- "state":"0"
- },
- {
- "detailName":"32-33.9",
- "score":"2.0",
- "state":"0"
- },
- {
- "detailName":"30-31.9",
- "score":"3.0",
- "state":"0"
- },
- {
- "detailName":"≤29.9",
- "score":"4.0",
- "state":"0"
- }
- ],
- "name":"1.体温(腋下℃)",
- "controltype":0
- }
- ]
- },
- {
- "mutex":"0",
- "required":"0",
- "row":[
- {
- "coefficent":1,
- "constant":0,
- "details":[
- {
- "detailName":">70",
- "score":"0.0",
- "state":"0"
- },
- {
- "detailName":"61-70",
- "score":"1.0",
- "state":"0"
- },
- {
- "detailName":"55-60",
- "score":"3.0",
- "state":"0"
- },
- {
- "detailName":"<55",
- "score":"4.0",
- "state":"0"
- }
- ],
- "name":"PaO2(mmHg)(FiO2<50%)",
- "controltype":0
- },
- {
- "coefficent":1,
- "constant":0,
- "details":[
- {
- "detailName":"≥500",
- "score":"4.0",
- "state":"0"
- },
- {
- "detailName":"350-499",
- "score":"3.0",
- "state":"0"
- },
- {
- "detailName":"200-349",
- "score":"2.0",
- "state":"0"
- },
- {
- "detailName":"<200",
- "score":"0.0",
- "state":"0"
- }
- ],
- "name":"A-aDO2(FiO2>50%)",
- "controltype":0
- }
- ]
- },
- {
- "mutex":"0",
- "required":"1",
- "row":[
- {
- "coefficent":2,
- "constant":0,
- "details":[
- {
- "detailName":"≥3.5",
- "score":"4.0",
- "state":"0"
- },
- {
- "detailName":"2-3.4",
- "score":"3.0",
- "state":"0"
- },
- {
- "detailName":"1.5-1.9",
- "score":"2.0",
- "state":"0"
- },
- {
- "detailName":"0.6-1.4",
- "score":"0.0",
- "state":"0"
- },
- {
- "detailName":"<0.6",
- "score":"2.0",
- "state":"0"
- }
- ],
- "name":"9.血清肌酐(mg/dL)-急性肾功能衰竭",
- "controltype":0
- },
- {
- "coefficent":1,
- "constant":0,
- "details":[
- {
- "detailName":"≥3.5",
- "score":"4.0",
- "state":"0"
- },
- {
- "detailName":"2-3.4",
- "score":"3.0",
- "state":"0"
- },
- {
- "detailName":"1.5-1.9",
- "score":"2.0",
- "state":"0"
- },
- {
- "detailName":"0.6-1.4",
- "score":"0.0",
- "state":"0"
- },
- {
- "detailName":"<0.6",
- "score":"2.0",
- "state":"0"
- }
- ],
- "name":"9.血清肌酐(mg/dL)",
- "controltype":0
- }
- ]
- }
- ]
- }
- ]
- }
- }
|