The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ws-sample

DESCRIPTION

This a sample program which shows the flow of the complete package and how different modules interact with each other. This program authenticates user by asking for valid username and password to connect to UMLSKS. Once the user is authenticated program takes a term from the user and finds CUI using the UMLSKS Metathesaurus database. The program queries SNOMED-CT database.

SYNOPSIS

Basic Usuage

perl ws-sample.pl

Follwing is a sample output

Enter username to connect to UMLSKS:mchoudhari
Enter password:
Enter query term : hair
CUI/s for term hair is : C0018494

SEE ALSO

getAllowablePath.pl GetUserData.pm Query.pm ConnectUMLS.pm getUMLSInfo.pl

AUTHORS

Mugdha Choudhari University of Minnesota Duluth <chou0130 at d.umn.edu>

Ted Pedersen, University of Minnesota Duluth <tpederse at d.umn.edu>

COPYRIGHT

Copyright (C) 2011, Mugdha Choudhari, Ted Pedersen

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to The Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.