2017 © Pedro Peláez
 

openeyes-module patient-ticketing

Provides a generic ticketing system to track patients through multiple pathways

image

openeyes/patient-ticketing

Provides a generic ticketing system to track patients through multiple pathways

  • Thursday, February 25, 2016
  • by OpenEyes
  • Repository
  • 17 Watchers
  • 0 Stars
  • 796 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 14 Versions
  • 0 % Grown

The README.md

THIS REPOSITORY IS NO LONGER IN USE

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

This repository is kept for historic purposes only, (*2)


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., (*3)

Setup

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

    '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., (*5)

  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:, (*6)

  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:, (*7)

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

The Versions

25/02 2016

dev-master

9999999-dev

Provides a generic ticketing system to track patients through multiple pathways

  Sources   Download

The Requires

 

11/02 2016

v1.12

1.12.0.0

Provides a generic ticketing system to track patients through multiple pathways

  Sources   Download

The Requires

 

02/02 2016

dev-develop

dev-develop

Provides a generic ticketing system to track patients through multiple pathways

  Sources   Download

The Requires

 

02/02 2016

dev-release/1.12

dev-release/1.12

Provides a generic ticketing system to track patients through multiple pathways

  Sources   Download

The Requires

 

02/11 2015

dev-sprint26

dev-sprint26

Provides a generic ticketing system to track patients through multiple pathways

  Sources   Download

The Requires

 

12/10 2015

dev-feature/OE-5720

dev-feature/OE-5720

Provides a generic ticketing system to track patients through multiple pathways

  Sources   Download

The Requires

 

12/10 2015

v1.11.2

1.11.2.0

Provides a generic ticketing system to track patients through multiple pathways

  Sources   Download

The Requires

 

16/07 2015

dev-develop7Oct2015

dev-develop7Oct2015

Provides a generic ticketing system to track patients through multiple pathways

  Sources   Download

The Requires

 

16/07 2015

dev-feature/phpcs

dev-feature/phpcs

Provides a generic ticketing system to track patients through multiple pathways

  Sources   Download

The Requires

 

18/05 2015

dev-sprint25

dev-sprint25

Provides a generic ticketing system to track patients through multiple pathways

  Sources   Download

The Requires

 

18/05 2015

v1.10

1.10.0.0

Provides a generic ticketing system to track patients through multiple pathways

  Sources   Download

The Requires

 

18/05 2015

v1.11.1

1.11.1.0

Provides a generic ticketing system to track patients through multiple pathways

  Sources   Download

The Requires

 

17/03 2015

dev-release/v1.10

dev-release/v1.10

Provides a generic ticketing system to track patients through multiple pathways

  Sources   Download

The Requires

 

13/03 2015

dev-feature/OE-5338

dev-feature/OE-5338

Provides a generic ticketing system to track patients through multiple pathways

  Sources   Download

The Requires