eggbird
software development and
knowledge engineering

Mail

SNOB - A SNOMED Browser

Setup

Download SNOB Server and unzip the contents of the zip file into any directory, then adapt the including setup file snobsrv.xml to your situation. Before you can use SNOB Server you should have created a SNOB database and imported the SNOMED Tabular Tables.

Open the file snobsrv.xml with any text editor and insert the absolute path to your database between the Database tags, as illustrated below.

<?xml version="1.0"?>
<SNOBSRV>
	<Database>D:\SNOB\data\2008.db</Database>
</SNOBSRV>

If you want, you can also copy the filters from your SNOB setup.xml file to snobsrv.xml. This is the part between the Filters tags.

	<Filters>
		<Filter name="Active concepts" status="06B" categories="ALL"/>
		<Filter name="Procedures" status="06B" categories="71388002|"/>
		<Filter name="Findings" status="06B" categories="404684003|"/>
		<Select name="Active concepts"/>
	</Filters>