Health Topics .Net – Bilingual Health Topic API (Miscellaneous)

The MedlinePlus API is an excellent API that returns hundreds of health topics in English or Spanish. Easily integrate
well-sourced, credible health information into your website, Windows 8 App, or Windows Phone 8 App.
The Appeality Health Topics API utilizes the latest in .Net coding advances to allow you to easily integrate
health information into your applications.

Health Topics API

MedlinePlus offers a search-based Web service
that provides access to MedlinePlus health
topic data in XML format. Using the Web service,
software developers can build applications
that utilize MedlinePlus health topic information.
The service accepts keyword searches as requests and
returns relevant health topics in ranked order.
Keyword searches may be limited to specific fields.
The service also returns health topic summaries,
search result snippets, external links, and other associated data.

You can now integrate a powerful health information search using
modern, well designed .Net API. Easily tap into the MedlinePlus
web service using easy .Net calls. Integrate the results into your applications
in English or Spanish. The library is a portable class
library and can be used in modern .net applications including:

  • Web Applications (.Net Framework 4+)
  • Windows 8 + Apps
  • Window Phone 8 + Apps

Appeality Health Topics API

Making a call to the API is as simple as implementing code similar
to the code below

VB.Net

   Public Class Class1
    Public Function returnHealthTopicList(topic, isSpanish) As Task(Of List(Of healthTopic))
        Dim hth As New healthTopicHelper
        Dim htl As New List(Of healthTopic)
        Try
            htl = Await hth.fetchHealthTopic(topic, isSpanish)
        Catch ex As Exception

        End Try

        Return htl
    End Function
End Class
    

C#

using Microsoft.VisualBasic;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Data;
using System.Diagnostics;
public class Class1
{
    public Task<List<healthTopic>> returnHealthTopicList(topic, isSpanish)
    {
        healthTopicHelper hth = new healthTopicHelper();
        List<healthTopic> htl = new List<healthTopic>();
        try {
            htl = await hth.fetchHealthTopic(topic, isSpanish);

        } catch (Exception ex) {
        }

        return htl;
    }
}
   

What Do I Get?

  1. .Net Assembly (.dll)
  2. Debug file (.pdb)
  3. XML comments for Intellisense
  4. NuGet Package for super easy installation
  5. HTML 5/JQuery/Bootstrap Demo Application
  6. Comprehensive quick start guide
  7. API Documentation
  8. Source Code
  9. Visual Studio 2013 Solution

Other Component Features

  • Portable class library
  • Use in .Net 4 +, Windows 8 Apps, and Windows Phone App
  • Utilizes .Net Asynchronous language features
  • Performant and well documented

Download Health Topics .Net – Bilingual Health Topic API (Miscellaneous)

Leave a Reply

Your email address will not be published. Required fields are marked *