The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

display_info - Display the required information like definitions, CUI about the input term.

SYNOPSIS

Basic Usage

    use WebService::UMLS::display_info;
    use Query;
    
    my $display_obj =  new Display;
    my $query = new Query;
    
    my $object_ref = $query->runQuery($service, $qterm, 'getConceptProperties', {params});
    # object_ref is a hash reference returned by web service getConceptProperties.
    my $object_f = $display_obj->display_object($object_ref); 
   

DESCRIPTION

This module has package Display which has subroutines 'new', format _object, format_scalar, format_homogenous_hash, format_homogenous_array and extract_object_class. This module displays required information about the concept.

Methods

new: This sub creates a new object of Display

Formatting Subs : format _object, format_scalar, format_homogenous_hash, format_homogenous_array and extract_object_class are different methods which access the information returned by the web service.

SEE ALSO

get_validate_term.pm get_user_details.pm run_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.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 273:

=back without =over