|
|
|
@ -131,7 +131,8 @@ public class AnalysisService {
|
|
|
|
|
|| Objects.equals(type, AliasName.RADIATION_REPORT)
|
|
|
|
|
|| Objects.equals(type, AliasName.ULTRASONIC_REPORT)
|
|
|
|
|
|| Objects.equals(type, AliasName.PETCT_REPORT )
|
|
|
|
|
|| Objects.equals(type, AliasName.OTHER_REPORT)) {
|
|
|
|
|
|| Objects.equals(type, AliasName.OTHER_REPORT)
|
|
|
|
|
|| Objects.equals(type, AliasName.NEW_PATHOLOGY_REPORT)) {
|
|
|
|
|
messageSubordinateService.save(new MessageSubordinate(messageLog.getId(), patientMainStr, JSON.toJSONString(messageLog)));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|