Difference between revisions of "API"

From VistApedia
Jump to: navigation, search
Line 16: Line 16:
 
* "Private" or "Controlled" which means that they can be used after being formally registered as a "subscriber".   
 
* "Private" or "Controlled" which means that they can be used after being formally registered as a "subscriber".   
  
<!-- testing comments -->
+
<!-- testing comments  
 +
VA FileMan V.22.0
 +
-->

Revision as of 20:18, 25 May 2005

An Application Programmer Interface (also called an API) is a way for a computer program to communicate what services it is willing to provide to other programs.

A program that calls an API is one which uses the services provided. A program that defines an API is one which provides the services.

An API is usually contrasted to a User Interface (UI) which is a service provided to a person who is using the computer to accomplish tasks. Typically UIs are either text based (CHUI) or graphics based (GUI).

Generally, an API will list what services are provided, what inputs are needed, and what output is produced.

There are hundreds of APIs in VisTA that are documented in the files at: ftp://ftp.va.gov/vista/Software/Integration%20Agreements/

VistA APIs (also called Integration Agreements ) are

  • "Supported" which means they can be used without registering as "subscribers" of the APIs.
  • "Private" or "Controlled" which means that they can be used after being formally registered as a "subscriber".