DOC

gov.hhs.cms.bluebutton.fhir : bluebutton-server-app

Maven & Gradle

Nov 09, 2016
21 stars

The primary WAR for the CMS Blue Button API project. Provides a FHIR API.

Table Of Contents

Latest Version

Download gov.hhs.cms.bluebutton.fhir : bluebutton-server-app Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file bluebutton-server-app-1.0.0-7-javadoc.jar to bluebutton-server-app-1.0.0-7-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder bluebutton-server-app-1.0.0-7-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "bluebutton-server-app-1.0.0-7-sources.jar" -d "bluebutton-server-app-1.0.0-7-javadoc" -subpackages 

Advertisement