NAME
WebService::UMLSKS::GetCUIs - Get all the preferred terms and CUIs of the input term.
SYNOPSIS
Basic Usage
use WebService::UMLSKS::GetCUIs;
use WebService::UMLSKS::ConnectUMLS;
my $getCUIs_obj = new GetCUIs;
my $CUIs_ref = $getCUIs_obj->get_CUI_info($service,$term,\@sources,$verbose);
DESCRIPTION
This module has package GetCUIs which has subroutines 'new',get_CUI_info, format _object, format_scalar, format_homogenous_hash, format_homogenous_array and extract_object_class. This module returns the hash of all preferred terms and CUIs for the input Term.
SUBROUTINES
The subroutines are as follows:
new
This sub creates a new object of GetCUIs.
get_CUI_info
This sub queries 'findCUIByExact' by calling run_query sub.
run_query
This sub runs the query to 'findCUIByExact' to get back all the CUIs for term.
format_object
This sub calls appropriate formatting sub.
format_scalar
This sub formats scalar object.
format_homogeneous_hash
This sub formats hash.
format_homogeneous_array
This sub formats array.
extract_object_class
This sub is used to remove exact reference to object.
printHash
This sub prints argument hash.
SOAP::Serializer::as_CurrentUMLSRequest
This is SOAP method for serializing UMLS specific types.
SOAP::Serializer::as_ConceptIdExactRequest
This is SOAP method for serializing UMLS specific types.
SOAP::Serializer::as_ConceptIdWordRequest
This is SOAP method for serializing UMLS specific types.
SOAP::Serializer::as_SourceRequest
This is SOAP method for serializing UMLS specific types.
SOAP::Serializer::as_RestrictedSearchStringRequest
This is SOAP method for serializing UMLS specific types.
SOAP::Serializer::as_ConceptRequest
This is SOAP method for serializing UMLS specific types.
SOAP::Serializer::as_TermGroup
This is SOAP method for serializing UMLS specific types.
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) 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.