home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
misc
/
sci
/
cp101a
/
product-info
< prev
next >
Wrap
Fred Fish's Product-Info
|
1995-10-13
|
1KB
|
54 lines
.name
CP101A
.fullname
Cybernetic Physician
.type
Application Software
.short
Attempts to diagnose illness & injury
.description
Cybernetic Physician is an artificial intelligence expert system, with
inference engine and medical knowledge base. Intended for home use,
and using non-technical terms, this program attempts to diagnose illness
and injury by the user's responses to simple questions. "Not intended to
replace the services of a qualified physician." This is a full working
shareware evaluation version, with a small, but useful subset of the
entire knowledge base.
.version
1.01A
.author
Satori Publishing
.requirements
WB1.3+
.distribution
Shareware
.price
$14.95 (USD)
.address
PO Box 8566
Michigan City, IN 46361
.email
dunewalker@genie.geis.com
.docs
ReadMe.txt
.described-by
Richard Fish
.submittal
Submitted on disk directly by the author.
.aminet-dir
misc/sci
.execute
set choice `RequestChoice "Cybernetic Physician" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool ReadMe.txt TEXT
endif
if $choice EQ "2"
CyberneticPhysician_v1.01
endif