Versions Compared

Key

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

...

  • Allows a user to add a string tag to any OpenmrsObject
  • Allow a user to remove a tag from an OpenmrsObject
  • Supports searching of tags by multiple parameters. One can search for tag by providing the following parameters:-  
           1) Searching based on String "tag"
           2) Searching based on the Object Type( Java Class Name) and Tag (String) . for ex:- object type:- "org.openmrs.Concept" tag="Important"
           3) Searching based on the Object Type( Java Class Name) and Object Uuid (String) . for ex:- object type:- "org.openmrs.Concept" object uuid="89e9fec8-d262-47c3-8919-24826fcbf153"
  • Provides a fragment extension to the patient dashboard allowing the adding and removing of tags on  a Patient.
  • Provides UI for searching of all Patients with a particular tag.

Documentation / How-To

User DocumentationRefer to Generic Tagging Module - User Guide

Downloads

Download Link: TODO

...