Versions Compared

Key

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

...

  • FormFilter module adds the capability to restrict the list of available forms on form entry of patient dashboard.
  • This module depends on FormEntry module.
  • Currently FormFilter module restricts form list on patient dashboard mainly by 3 scenarios
    1.*# Patient  Patient , on whos who's dashboard the form is shown.
    2. User , who want to view form list on a patient dashboard.
    3. General , other factors.

Implementation

  • All filters implement FormFilterHandler interface and shouldDisplayForm(Patient p, User u) method which returns true or false based on filter properties.

...