Difference between revisions of "Main Page"

From VistApedia
Jump to: navigation, search
 
Line 1: Line 1:
Wiki software successfully installed.
+
This wiki covers questions regarding the OpenVistA and VistA software, the various components of that software,
 +
and configuration and installation of the same. It incorporates information from many people.
 +
 
 +
A VistA system is made up of the following components:
 +
* Code written in the [[M Language]], such as [[GT.M]] or [[Cache]].
 +
* Information stored in a [[M Database]].
 +
* Information stored in a [[VA FileMan]] [[VA FileMan File|File]].
 +
* FileMan-level control instructions in Templates:
 +
** [[Input Template]]s for entering or editing data stored in VA FileMan Files.
 +
** [[Search Template]]s for condition based or criteria based search
 +
** [[Sort Templates]]s  for sorting and grouping fields when output of information
 +
** [[Print Templates]]s for printing and presenting fields
 +
** [[Export Templates]]s for exporting values of fields to other programming systems.
 +
* Code running in the [[Host Operating System]], such as [[Microsoft Windows]] or [[Linux]].
 +
** for example: [[Windows Script Host]] scripts, [[bash shell]] scripts, [[tcsh shell]] scripts,
 +
** for [[programmer mode access scripts]], [[system boot scripts]], [[system shutdown scripts]].
 +
* Information stored in files in the filesystem of the Host Operating System.
 +
** simple [[ASCII]] text files
 +
** [[Comma Separated Values]] (CSV) files for import into Microsoft Excel, Microsoft Access, or Open Office applications.
 +
 
 +
 
 +
Configuration is the process of changing details about a VistA package.
 +
These details are fine level controls over the behaviour of the package.
 +
 
 +
=== Overview of OpenVistA ===
 +
* [[Documentation Overview]]
 +
* [[FileMan Overview]]
 +
* [[Kernel Overview]]
 +
* [[VistA Packages Overview]]
 +
 
 +
 
 +
 
 +
This Wiki is based on the mediawiki software.  
  
 
Please see [http://meta.wikipedia.org/wiki/MediaWiki_i18n documentation on customizing the interface]
 
Please see [http://meta.wikipedia.org/wiki/MediaWiki_i18n documentation on customizing the interface]
 
and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] for usage and configuration help.
 
and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] for usage and configuration help.

Revision as of 20:08, 26 January 2005

This wiki covers questions regarding the OpenVistA and VistA software, the various components of that software, and configuration and installation of the same. It incorporates information from many people.

A VistA system is made up of the following components:


Configuration is the process of changing details about a VistA package. These details are fine level controls over the behaviour of the package.

Overview of OpenVistA


This Wiki is based on the mediawiki software.

Please see documentation on customizing the interface and the User's Guide for usage and configuration help.