GSP temperature monitoring method based on infrared imaging
A technology of infrared imaging and infrared camera, which is applied in the field of infrared imaging, can solve the problems of deterioration, deterioration, and abnormal temperature of special medicines, and achieve the effect of solving the deterioration of special medicines
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0015] Such as figure 1 Shown, the present invention adopts following steps:
[0016] 1. Install cameras with infrared functions in pharmacies;
[0017] 2. Integrate the driver in the self-developed browser and develop the infrared monitoring interface; such as:
[0018] public class GspRoomTemperatureRecordServiceImpl implementsGspRoomTemperatureRecordService {
[0019] @Resource
[0020] private GspRoomTemperatureRecordDAO gspRoomTemperatureRecordDAO;
[0021] private static final Logger logger = LoggerFactory.getLogger(GspRoomTemperatureRecordServiceImpl.class);
[0022] @Override
[0023] public GspRoomTemperatureRecord insert(GspRoomTemperatureRecord model){
[0024] model.setCreateDate(new Date());
[0025] model.setModifyDate(new Date());
[0026] gspRoomTemperatureRecordDAO.insert(model);
[0027] return model;
[0028]}
[0029] @Override
[0030] public GspRoomTemperatureRecord findById(String modelId) {
[0031] return gspRoomTemperatureRecordDAO.findById(...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 
