Download the PHP package openeyes/oph-co-therapyapplication without Composer

On this page you can find all versions of the php package openeyes/oph-co-therapyapplication. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package oph-co-therapyapplication

THIS REPOSITORY IS NO LONGER IN USE

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:
    1. OphTrIntravitrealinjection
  2. An email server supported by SwiftMailer
  3. Uses the following modules if they are present:
    1. OphCiExamination
    2. 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:
    1. Rule Delete
    2. Decision Tree Delete (soft or otherwise)
    3. No way of viewing a whole tree in one go.
  2. implement template overrides for email text.
  3. setup gitignore appropriately to ignore custom templates that are put here.
  4. The dependency on OphTrIntravitrealinjection is actually inappropriate given that therapies don't have to be injections.
  5. The consent form dependency should be a configuration option on the application.

All versions of oph-co-therapyapplication with dependencies

PHP Build Version
Package Version
Requires openeyes/module-installer Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package openeyes/oph-co-therapyapplication contains the following files

Loading the files please wait ....