|
@@ -707,10 +707,10 @@ function getEMRParams(){
|
|
|
"drugString": "",
|
|
|
"lis": inspect.pushItem,
|
|
|
"pacs": assistCheck.dataArr||[],
|
|
|
- "diag": diag,
|
|
|
+ "diag": [],
|
|
|
"lisOrder": [],
|
|
|
"pacsOrder": [],
|
|
|
- "diagOrder": [],
|
|
|
+ "diagOrder": diag,
|
|
|
"drugOrder": [],
|
|
|
"operationOrder": [],
|
|
|
"otherOrder": [],
|
|
@@ -1382,8 +1382,8 @@ function getAllString(checkedListImport,assistLabel,flg){
|
|
|
"dateValue": tempArr[i].time,
|
|
|
"name": "",
|
|
|
"uniqueName": tempArr[i].name,
|
|
|
- "desc": tempArr[i].imagingDiagnose,
|
|
|
- "result": tempArr[i].imagingDiagnose,
|
|
|
+ "desc": tempArr[i].value,
|
|
|
+ "result": tempArr[i].value,
|
|
|
}
|
|
|
tmpArr.push(obj)
|
|
|
tmpString += (tempArr[i].name + (tmpVal ? (':' + tmpVal) + ', ' : ': ') + (tempArr[i].time ? '报告日期:' + tempArr[i].time : '') + '^;')
|
|
@@ -1533,6 +1533,8 @@ const setFontColorSize = (flg,pacs) => {
|
|
|
classStr = `largeFontSize titleWidth`
|
|
|
}else if(pacs == 5){
|
|
|
classStr = `largeFontSize specialSize`
|
|
|
+ }else if(pacs == 6){
|
|
|
+ classStr = `simpleColor largeFontSize`
|
|
|
}else if(pacs == 7){
|
|
|
classStr = `largeFontSize fontWeight`
|
|
|
}else{
|
|
@@ -1547,6 +1549,8 @@ const setFontColorSize = (flg,pacs) => {
|
|
|
if(flg == 2){
|
|
|
if(pacs == 7){
|
|
|
classStr = `simpleFontSize fontWeight`
|
|
|
+ }else if(pacs == 6){
|
|
|
+ classStr = `simpleFontSize`
|
|
|
}else{
|
|
|
classStr = `simpleFontSize`
|
|
|
}
|