The invention discloses a medical examination data
anomaly detection system and method based on multi-
algorithm fusion and dynamic early warning, and relates to the technical field of medical
big data processing. The method comprises the following steps: acquiring patient inspection data through a
data interface layer, and converting
unstructured data into a standardized entity object by utilizing an ORM mapping technology; constructing a multi-
algorithm service
pool, and integrating a plurality of detection service classes including threshold statistics,
time sequence prediction (ARIMA / Prophet) and
machine learning (SVM /
random forest); dynamically loading
algorithm parameters through an early warning rule configuration service, and calling a selected algorithm service in parallel by using a strategy mode to obtain a preliminary anomaly judgment result; a weighted voting mechanism is adopted to fuse multi-source results, and an early warning threshold value is dynamically calculated in combination with historical data statistical characteristics based on a sliding window; and finally, the abnormal level and attribution analysis are displayed through a visual module. According to the method, the problem of a
single model detection blind area is solved through a
software engineering algorithm fusion architecture, and the sensitivity and the specificity of data
anomaly detection are remarkably improved by utilizing dynamic threshold calculation realized by code logic.