Skip to content
OSEHRA VistA
Branch: master
Clone or download
josephsnyder Merge pull request #86 from OSEHRA/fix_fmgdp_path_usage
Fix additional path usage in FileManData
Latest commit 453909e Apr 25, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
CMake Remove "old" declaration for CMake policy Mar 28, 2019
DocGen Code updates and cfgs for doxygen and sphinx May 13, 2013
Documentation
Packages Add exceptions for additional OSEHRA VistA updates Mar 20, 2019
Python Remove Resource Logging Apr 16, 2019
Scripts
Testing Add additional waits to PL test Apr 22, 2019
Utilities Merge pull request #86 from OSEHRA/fix_fmgdp_path_usage Apr 25, 2019
.gitattributes Add CPRS 31 Source V2 with Fixes Aug 29, 2018
.gitignore Add CPRS 31 Source V2 with Fixes Aug 29, 2018
.hooks-config.bash Install local git commit hooks during developer setup Oct 7, 2011
BUILD-Delphi.rst Update CPRS source code to version 29 Feb 11, 2014
CMakeLists.txt Remove "old" declaration for CMake policy Mar 28, 2019
CTestConfig.cmake Add HTTPS submission to CTestConfig.cmake Dec 4, 2017
LICENSE
NOTICE Update CPRS source code to version 29 Feb 11, 2014
Packages.csv Add FOIA patches for November 2017 to Feb. 2018 May 14, 2018
README.rst Correct OSEHRA in README Aug 23, 2018

README.rst

OSEHRA VistA

This source tree contains patches, tests, and tools for VistA, the Veterans Health Information Systems and Technology Architecture. It is maintained by OSEHRA, the Open Source Electronic Health Record Alliance.

This version of VistA includes Open Source Community contributions accepted by OSEHRA.

Purpose

The OSEHRA VistA-M Source Tree contains a static representation of VistA. VistA is built on a database platform that houses both code and data so it requires programmatic operations to apply changes while maintaining consistency. Patches in this source tree may be applied to a running VistA instance to keep it up to date.

Layout

The source tree is organized as follows:

  • Packages.csv: A spreadsheet recording VistA packages. For each package it has a name, namespaces, file numbers and names, and a directory name for this source tree.
  • CMake: CMake build system modules.
  • Documentation: OSEHRA VistA documentation pages.
  • Scripts: Contains scripts to process VistA patch files, populate the Packages/ directory layout, analyze dependencies, and compute an order for patch installation.
  • Packages/<package>/Patches/<patch>/: Holds distribution files for one patch. The <package> directory name matches that in Packages.csv. The <patch> directory name is derived from the patch build name. For example, directory Packages/Kernel/Patches/XU_8.0_431 holds files for KERNEL patch XU*8.0*431.
  • Packages/Order Entry Results Reporting/CPRS: Delphi sources for the "Computerized Patient Record System".
  • Packages/RPC Broker/BDK: Delphi sources for the "Broker Development Kit".
  • Packages/MultiBuilds: Holds distribution files for multi-build patches. Since these may contain builds from multiple packages we do not keep them under a specific package directory.
  • Packages/Uncategorized: Holds files with no clear package category. In addition, it contains *.csv spreadsheets derived from the VA FOIA Spreadsheets. See Scripts/HowtoUpdateSpreadsheets.rst to update them.

Links

You can’t perform that action at this time.