Tuesday, 11 April 2017

Decision support system with Nodejs


i'm developing a NodeJS REST API to deliver some (Medical) data to different client (web and mobile), and this BackEnd offer also a service as a decision support for doctor to help him for treat a poisoning children.
I want to develop the last service of decision support by implementing a Expert system using a javascript library : nools, available in github at link : https://github.com/C2FO/nools.

But in this library a inference engine begins by initial data and was not stop until explore all rules.
My problem is the following : i want to another solution to implement a medical flowchart for decision support without expert system or another library which allows me to stop a inference engine, send data to client, receive data from client and continue to explore the rest of rules.
These is a link of the flowchart : https://i.stack.imgur.com/b3Hk0.jpg



via chawki27000

No comments:

Post a Comment