Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The module provides the functionality of uploading images to add patients faces. the images are stored in the Opnemrs ApplicationData Directory under a folder Faces_Images associated with the patient id of the selected patient.

Each image uploaded is registered in the database by the patient id of the corresponding patient and in later versions, this registred id will be used to control the upload of patient image to patients who already have face or who have null .


After uploading the images , it then returns and displays all the faces uplodded in a jquery table , which provides a searching and sorting function to the list  forming an image album.

Documentation / How-To

the Module can be accesed from the administration page or the patient DarshBoard and can only run on Openmrs Platforn Version 2+

the module can only upload one image per patient. when a new image is uploaded , he previous image is by default overiden.

Downloads

the omod can be downloaded from https://bintray.com/mozzy/omod/openmrs-module-facelist/1.0.0

...