NAME
WebService::UMLSKS::MakeGraph - Form a graph by accepting parents and siblings from UMLS.
SYNOPSIS
Basic Usage
use WebService::UMLSKS::MakeGraph;
DESCRIPTION
This module forms a graph.
SUBROUTINES
The subroutines are as follows:
new
This sub creates a new object of MakeGraph.
form_graph
This sub creates a new object of form_graph.
printQueue
This subroutines prints the current contents of queue
call_getconceptproperties
This subroutines queries webservice getConceptProperties
printHoH
This subroutines prints the current contents of hash of hash
SEE ALSO
ValidateTerm.pm GetUserData.pm Query.pm ws-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) 2010, 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.