[jboss-jira] [JBoss JIRA] Created: (JBRULES-1779) Medical Triage rule example package for BRMS
Michael Neale (JIRA)
jira-events at lists.jboss.org
Tue Sep 23 07:22:21 EDT 2008
Medical Triage rule example package for BRMS
--------------------------------------------
Key: JBRULES-1779
URL: https://jira.jboss.org/jira/browse/JBRULES-1779
Project: JBoss Drools
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: drools-brms
Affects Versions: 5.0.0.M1
Reporter: Michael Neale
Assignee: Toni Rikkola
Fix For: FUTURE
As we can now have individual packages imported, a "triage" example would be ideal.
The aim of this example is to show:
* Declared fact types (using GUI to define fact models)
* Test scenarios
* "stateful" rules
* A simple demo app (can be java client) that uses the rule agent to invoke rules
read about it here:
http://en.wikipedia.org/wiki/Triage
The rules can take an "EmegencyRoom" fact, which specifies how many doctors, beds there are etc.
Then there can be "Patient facts, which are asserted, and triaged, Once triaged, they stay in working memory (assume some external process removes them when they have been dealt with). This means that the Patient facts in working memory that have been triaged previously can effect triage of new un-triaged patients. So as a new patient comes, the status of existing ones can effect the triage, and we can decide to leave them for dead.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list