Skip to content
VistA adapter for CareWeb Framework
Branch: master
Clone or download
Pull request Compare This branch is 44 commits behind carewebframework:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
kids
org.carewebframework.vista.api-parent
org.carewebframework.vista.mbroker
org.carewebframework.vista.security-parent
org.carewebframework.vista.ui-parent
org.carewebframework.vista.webapp-parent
DISCLAIMER.md
LICENSE.md
README.md
pom.xml

README.md

VistA Adapter for CareWeb Framework

This project allows the CareWeb Framework to run on top of the Veterans Health Administration's VistA EMR. It is pre-configured to run on the WorldVistA WVEHR database (not provided), but can be run on other VistA distros as well.

The project includes a Java port of the Medsphere RPC broker and integrates broker-based security with the Spring Security framework.

The project also includes several clinical plugins, some fully functional while others are in the early stages of development.

Installation:

  1. Using KIDS, install the provided build kids/cwf-vista-1.0.kid.
  2. At the M command line, execute D STARTALL^CIANBLIS to start the broker on port 9300.
  3. If TaskMan is not running, it may be started from the M command line by entering D ^ZTMB.

Running:

  1. Using Maven, build and install the separate carewebframework-core and carewebframework-icons projects.
  2. In the carewebframework-vista project under the org.carewebframework.vista.web.impl.wvehr artifact, edit the cwf.properties file to reflect your broker and user authentication settings.
  3. Using Maven, build the carewebframework-vista project. A war file will be created under the target folder of the org.carewebframework.vista.web.impl.wvehr artifact.
  4. Deploy and run the created war file using Tomcat or other servlet container.

Additional configuration:

  1. To access the design mode feature of the CWF, assign the RGCWF DESIGNER security key.
  2. To enable patient selection access, assign the RGCWPT PATIENT SELECT security key.
You can’t perform that action at this time.