...
Each image uploaded is registered in the database by the in a table called "facelist_multipart" using the patient id of the corresponding patient and in later versions, this registred registered id will be used to control the upload of patient image to patients who already have face or who have null .
By default the module adds a "empty face " image to patients who have no faces uploaded yet
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.
...
the module can only upload one image per patient. when a new image is uploaded , he the previous image is by default overidenoverriden.
Downloads
the omod can be downloaded from https://bintray.com/mozzy/omod/openmrs-module-facelist/1.0.0
and the source code found at https://github.com/mozzy11/openmrs-module-facelist
...