openeyes/oph-co-therapyapplication

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (v1.12) of this package.

Generates applications for therapy for patients within OpenEyes

Installs: 823

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 15

Forks: 5

Type:openeyes-module

v1.12 2015-03-05 15:28 UTC

README

As of Openeyes release 1.12.1, this module has been merged into the core openeyes repository.

This repository is kept for historic purposes only

OphCoTherapyApplication Module

This module is intended to generate applications for funding for therapies for patients. Once a therapy application event is created, it can be submitted. The submission process generates the PDF application form(s) and sends this in an email to the configured address(es).

The first release version of this module is 1.4.

Configuration

See config/common.php for details of configuration variables. Setting up of therapies, email recipients etc can be managed through OpenEyes admin.

Initialisation

The createtherapyapplicationfilecollections command will import files from a nested directory structure.

./yiic help createtherapyapplicationfilecollections

for details

Dependencies

  1. Requires the following modules:
  2. OphTrIntravitrealinjection
  3. An email server supported by SwiftMailer
  4. Uses the following modules if they are present:
  5. OphCiExamination
  6. OphTrConsent

Items of note

  1. For an application to be submitted, an Injection Management element needs to have been defined for the eye(s) to be applied for in the current episode. Similarly, visual acuity must have been recorded for both eyes. If OphTrConsent is installed an appropriate consent form for either Intravitreal Injection or PDT is required.

Templates

When an application is processed, an email is generated for each eye. the templates for the content of this email exist in

views/email/
	|
	\---- email_compliant.php  - email text for NICE Compliant therapy applications
	\---- email_noncomplaint.php - email text for non-NICE Compliant therapy applications
	\---- pdf_compliant.php - pdf template for compliant applications
	\---- pdf_compliant_[template_code].php - pdf template for compliant applications
	\---- pdf_noncompliant.php - pdf template for non compliant applications
	\---- pdf_noncompliant_[template_code].php - pdf template for non compliant applications

If a specific drug needs a different attachment, then it should be assigned a template code in the admin for treatments. The appropiately named template can then be included in the email directory.

Known Issues

The admin functionality is not wholly complete. In particular:

  1. Decision Tree management is not functionally complete:
  2. Rule Delete
  3. Decision Tree Delete (soft or otherwise)
  4. No way of viewing a whole tree in one go.
  5. implement template overrides for email text.
  6. setup gitignore appropriately to ignore custom templates that are put here.
  7. The dependency on OphTrIntravitrealinjection is actually inappropriate given that therapies don't have to be injections.
  8. The consent form dependency should be a configuration option on the application.