|
@@ -601,8 +601,9 @@ function isAllClear(jsonData,jsonStr,baseList){
|
|
|
jsonData.chief.length < 1 &&
|
|
|
jsonData.present.length < 1 &&
|
|
|
// jsonData.other.length < 1 &&
|
|
|
- (jsonData.other.length > 0 ? baseList.checkBody.isEmpty : true) &&
|
|
|
- jsonData.vital.length < 1 &&
|
|
|
+ (jsonData.other.length > 0 ? baseList.otherHistory.isEmpty : true) &&
|
|
|
+ //jsonData.vital.length < 1 &&
|
|
|
+ (jsonData.vital.length > 0 ? baseList.checkBody.isEmpty : true) &&
|
|
|
jsonData.diag.length < 1 &&
|
|
|
jsonData.pacs.length < 1 &&
|
|
|
jsonData.lis.labelList.length < 1 &&
|