Plugin:org.tolven.analysis.diabetes
From DOC
Contents |
Overview
To download this plugin, add the following to your plugins.xml.
<plugin id="org.tolven.analysis.diabetes"> <root /> </plugin>
In addition to the analysis plugins, the org.tolven.scheduler plugin is required for snapshots to be scheduled.
Charts Overview
The chart overview for diabetes is located under Analysis/Overview.
Cohorts
Cohorts are located under the Analysis/Cohorts tab. The diabetes cohort is created when diabetes problems are associated with patients. Thus the cohort contains a collection of patients which share a common set of problems defining diabetes. This can occur automatically when using the patient data generator, for example. Clicking on the cohort will show the patients it contains. Each patient in a cohort, will also have a Patient/Cohort tab showing the cohorts to which they belong.
Snapshots
Snapshots of the diabetes cohort, whose results are depicted in the charts overview, can be found by locating the cohort under the Analysis/Cohorts and clicking on its link. There you will find a Snapshots tab for that cohort. The Snapshots tab contains a number of submenus, which represent the aspect of interest for the cohort e.g. the diabetes cohort currently supports A1c levels, although in future it is possible that blood pressure for diabetes patients might also be of interest.
Snapshots can be created by the account administrator under Preferences/AnalysisAdmin. The snapshot controls and A1c thresholds are located under the A1c Level link. The Snapshot Now button will take a snapshot for the current time period e.g. at a snapshot interval of 1 month, pressing the Snapshot Now button more than once will only result in an update to the current value for that month. The Start Schedule button will not take a snapshot immediately but will schedule one for the end of the next time slot, but will then repeat that at the interval setting without further user intervention.
Once a snapshot has been taken, you can locate the snapshot under the Analysis/Cohorts tab by clicking on the Diabetes cohort tab. There you will see a Snapshots/A1c tab and can click on the latest Diabetes A1c snapshot. There are three lists: one for all diabetes patients in the cohort, one for cohort patients with A1c below the threshold and one for patients above the threshold.
Target
The target represents that for the percentage of patients with A1c in control.
Threshold
The threshold for determining whether a patient is in the patients under control list defaults to an A1c of 7%.
Version 2 Notes
This version is in testing, see #Version_Notes
Version 2.0.7
- Minor, non-functional changes were made for repository renaming and to enable the plug-in to work in V2.
Version 2.0.4
- Moved TolvenPropertiesMap from tolvenEJB to tolvenCommon, and upgraded it to have the user's default properties, and allow them to be updated or added to directly as part of a transactional call to tolvenAPI
Version 2.0.4
- XAccountUser is sent from tolvenAPI to tolvenWeb in the Jersey response as an XML as opposed to storing it in the SSO session. It is stored in the HttpSession in tolvenWeb
- System properties, account user properties, etc are sent from tolvenAPI to tolvenWeb in a Jersey response as an XML
- All properties in tolvenWeb are now part of TolvenResourceBundle which is stored in the HttpSession, and can be accessed via JSF or Java POJOs
Version 2.0.3
- Fixed URL error: http://java.sun.com/jstl/core changed to http://java.sun.com/jsp/jstl/core
Version Notes
Version 0.0.2
- <from-action> tags in the faces-config.xml must follow the #{.*} pattern and also the methodValue pattern

