|
@@ -926,7 +926,7 @@ function getEMRParams(){
|
|
|
for(let i = 0; i < diagnosticList.diagnosticList.length; i++) {
|
|
|
diag.push({"dateValue": "","name": diagnosticList.diagnosticList[i].name,"uniqueName": ""})
|
|
|
}
|
|
|
- if(diagnosticList.length>0)diagnosticList.diseaseName.uniqueName = ''
|
|
|
+ if(diagnosticList.diagnosticList.length>0)diagnosticList.diseaseName.uniqueName = ''
|
|
|
let templis = (inspect.labelListSmall).concat(inspect.labelListBig)
|
|
|
templis = templis.filter((item)=>!item.check)
|
|
|
let temppacs = assistCheck.assistLabel
|