|
@@ -26,7 +26,7 @@ public class FIRC0096 extends QCCatalogue {
|
|
|
private RedisUtil redisUtil;
|
|
|
public void start(InputInfo inputInfo, OutputInfo outputInfo) {
|
|
|
status = "0";
|
|
|
- Map<String, String> hostpital_standDiag = (Map<String, String>) redisUtil.get(KernelConstants.HOSPITAL_DIAG_MAP);
|
|
|
+ Map<String, String> hostpital_standDiag = redisUtil.getJsonStringValue(KernelConstants.HOSPITAL_DIAG_MAP);
|
|
|
FirstCourseRecordDoc firstCourseRecordDoc = inputInfo.getFirstCourseRecordDoc();
|
|
|
if(firstCourseRecordDoc != null){
|
|
|
DiagLabel initialDiagLabel = firstCourseRecordDoc.getInitialDiagLabel();
|