M Web Server
This source tree represents a web (HTTP) server implemented in the M language. It is maintained by OSEHRA, the Open Source Electronic Health Record Agent.
Purpose
This project aims to provide standardized and easy to deploy RESTful web services from M and from VISTA. The software can also serve file-system based resources that can take advantage of the web services.
This project is based off code contained in the Health Management Platform (HMP) JSON store.
Install
See INSTALL.md.
Developer Documentation
See the doc folder.
Packaging
This section is to help the maintainer remember how to package this when it gets updated. We rely on the github tag for automated installation. The OSEHRA VistA repo contains the PackRO script which is used here.
- After editing and committing the routines, update webinit with the new version number to be.
../VistA/Scripts/PackRO.py src/webinit.m > webinit.rsa../VistA/Scripts/PackRO.py $(find src -name '*.m' -not -name 'webinit.m') > mws.rsa- Update the Install Documentation with the new version number.
- Commit and push
- git tag the new version number; and git push --tags
- Attach code to the new version in releases.
- Test on GT.M and Cache
Links
- OSEHRA Homepage: http://osehra.org
- OSEHRA Repositories: http://code.osehra.org
- OSEHRA Github: https://github.com/OSEHRA
- VA VistA Document Library: http://www.va.gov/vdl