Download the PHP package openeyes/patient-ticketing without Composer

On this page you can find all versions of the php package openeyes/patient-ticketing. 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 patient-ticketing

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


Patient Ticketing Module

This module is intended to provide a generic ticketing mechanism to track patients through multiple pathways. As a standalone module, it will require other modules to integrate with it to create patient tickets. In its first iteration it is intended to support Virtual Clinics, but it is being implemented in a way to be suitable for clinic tracking, application processing and (hopefully) any other pathway that might occur for a patient.

Setup

  1. Place the module code in the usual modules directory (protected/modules)
  2. Add the module to the yii local config:

    'modules' => array(
        ...
        'PatientTicketing' => array('class' => '\OEModule\PatientTicketing\PatientTicketingModule'),
        ...
    )
  3. In user admin, give the users you want to have access to Patient Ticketing the Patient Ticket permission.
  4. Use the Patient Ticketing admin to setup one or more queue.

Raising Tickets

At the moment, tickets can only be raised in supporting modules:

  1. OphCiExamination - The Clinic Outcome element

Assignment Widgets

Currently, the configuration of fields for ticket assignment to queues is json blob of structured data. Basic field types are choices (drop down) and text. However widgets provide the opportunity to define more sophisticated behaviour in the queue assignment form. The initial example of this is TicketAssignOutcome, a widget that provides outcomes, and dynamically a follow up and site selection. A basic configuration for this:

{"id":"glreview", "type":"widget", "widget_name": "TicketAssignOutcome"}

All versions of patient-ticketing 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/patient-ticketing contains the following files

Loading the files please wait ....