Actions

Difference between revisions of "Plugins/Artefact/Problems & Conditions"

From Mahara Wiki

< Plugins‎ | Artefact
(Created page with "Tproblemsandconditions-editcasenote.pnghis plugin adds the ability for students to record case notes about medical conditions, a…")
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
T[[Image:=problemsandconditions-editcasenote.png|problemsandconditions-editcasenote.png]]his plugin adds the ability for students to record case notes about medical conditions, and share them with others. A nice feature is a category browser that makes it easy for users to choose what conditions to associate with a given case note.
+
===Introduction===
  
This plugin was developed by Catalyst IT with funding from [http://www.medschl.cam.ac.uk/ Cambridge University School of Clinical Medicine], who have kindly agreed to open-source the result.
+
This plugin adds the ability for students to record case notes about medical conditions, and share them with others. A nice feature is a category browser that makes it easy for users to choose what conditions to associate with a given case note.
  
You can [http://git.mahara.org/?p=contrib/plugin/artefact/pc.git;a=snapshot;h=refs/heads/master;sf=tgz download the code here], though note that it is designed to run against Mahara's master branch, which is currently unstable. This plugin will '''not''' run against Mahara 1.1.
+
Case notes reside a new "My Casenotes" tab under "Content" (1.4 version) or "My Portfolio" (1.2 version).
  
The plugin adds a new tab under "My Portfolio" called "My Casenotes", which is where the case notes reside.
+
The plugin was developed by Catalyst IT with funding from [http://www.medschl.cam.ac.uk/ Cambridge University School of Clinical Medicine], who have kindly agreed to open-source the result. The update to Mahara 1.4 was funded by Pukunui Technology.
  
 
The conditions browser is based on the Mac OS X finder column view.
 
The conditions browser is based on the Mac OS X finder column view.
  
[[Image:=problemsandconditions-casenotelist.png|problemsandconditions-casenotelist.png]]
+
===Installation===
  
[[Image:=problemsandconditions-viewcasenote.png|problemsandconditions-viewcasenote.png]]
+
* [https://gitlab.com/mahara-contrib/artefact-pc Repository]
 +
* Rename the top-level mahara-contrib-artefact-pc folder to 'pc' and put it in the artefact folder of your Mahara installation.
 +
* You will need a conditions.xml file containing a hierarchical taxonomy of problems and conditions.  For testing purposes, you can copy the stub file sample_conditions.xml to conditions.xml.  Full versions of this file may eventually be shared by members of the community.
 +
* Go to Site Administration -> Extensions, and click the 'Install' link beside the 'pc' artefact plugin.
  
===Files===
+
===Screenshots===
  
*[[File:Problemsandconditions-casenotelist.png]]
+
[[Image:problemsandconditions-casenotelist.png|problemsandconditions-casenotelist.png]]
*[[File:Problemsandconditions-editcasenote.png]]
+
[[Image:problemsandconditions-editcasenote.png|problemsandconditions-editcasenote.png]]
*[[File:Problemsandconditions-viewcasenote.png]]
+
[[Image:problemsandconditions-viewcasenote.png|problemsandconditions-viewcasenote.png]]

Revision as of 12:07, 7 April 2018

Introduction

This plugin adds the ability for students to record case notes about medical conditions, and share them with others. A nice feature is a category browser that makes it easy for users to choose what conditions to associate with a given case note.

Case notes reside a new "My Casenotes" tab under "Content" (1.4 version) or "My Portfolio" (1.2 version).

The plugin was developed by Catalyst IT with funding from Cambridge University School of Clinical Medicine, who have kindly agreed to open-source the result. The update to Mahara 1.4 was funded by Pukunui Technology.

The conditions browser is based on the Mac OS X finder column view.

Installation

  • Repository
  • Rename the top-level mahara-contrib-artefact-pc folder to 'pc' and put it in the artefact folder of your Mahara installation.
  • You will need a conditions.xml file containing a hierarchical taxonomy of problems and conditions. For testing purposes, you can copy the stub file sample_conditions.xml to conditions.xml. Full versions of this file may eventually be shared by members of the community.
  • Go to Site Administration -> Extensions, and click the 'Install' link beside the 'pc' artefact plugin.

Screenshots

problemsandconditions-casenotelist.png problemsandconditions-editcasenote.png problemsandconditions-viewcasenote.png