|
@@ -29,7 +29,7 @@ public class FIRC0497 extends QCCatalogue {
|
|
if(firstCourseRecordDoc != null){
|
|
if(firstCourseRecordDoc != null){
|
|
Map<String, String> firstRecordMap = firstCourseRecordDoc.getStructureMap();
|
|
Map<String, String> firstRecordMap = firstCourseRecordDoc.getStructureMap();
|
|
if(firstRecordMap != null){
|
|
if(firstRecordMap != null){
|
|
- String morbidity_after = firstRecordMap.get("病例特点-发病经过");
|
|
|
|
|
|
+ String morbidity_after = firstRecordMap.get("发病经过");
|
|
if(morbidity_after != null){
|
|
if(morbidity_after != null){
|
|
if(CatalogueUtil.isEmpty(morbidity_after)){
|
|
if(CatalogueUtil.isEmpty(morbidity_after)){
|
|
status.set("-1");
|
|
status.set("-1");
|