[rules-users] FW: Implementation of expert system

Mark Proctor mproctor at codehaus.org
Wed Sep 17 22:30:14 EDT 2008


Binyala, Krishna Gopal IN BLR SISL wrote:
>
>  
>
> Hello,
>
> I am new to drools community...
>
> I want to develop an expert system for medical application using 
> drools. can you please let me know how to use history data in 
> drools... Because as far as i know we have to keep all the data in the 
> working memory to access.
>
Data can also be retrieved via a hibernate session using the "from" 
keyword.  But still Drools can only see what is inserted our what is 
bound locally via the 'from' keyword so you'll have to figure our your 
own strategy for what data you need and when.
>
>  
>
>  
>
> How should i implement such system?
>
You have not given us enough background information to answer this - so 
my answer is please make sure you go through each and every example in 
the drools documentation.
>
> Would be better if you can provide some reference to existing expert 
> system implemented using drools.
>
Again see the various examples.
>
>  
>
>  
>
> Thanks in advance.
>
> Krishna Gopal
>
>  
>
> In three words I can sum up everything I've learned about life: it 
> goes on...
>
>  
>
>
> Important notice:This e-mail and any attachment thereto contains 
> corporate proprietary information. If you have received it by mistake, 
> please notify us immediately by reply e-mail and delete this e-mail 
> and its attachments from your system.
> Thank You.
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>   

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20080918/dd62a02b/attachment.html 


More information about the rules-users mailing list