Versions Compared

Key

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

Configuration for relationship events:

  • Set atomfeed.publish.eventsForPatientRelationshipChange true in OpenMRS global properties to raise events related to person relationship changes

  • Use atomfeed.event.urlPatternForPatientRelationshipChange  OpenMRS global property to configure the object values for the raised events. The default is /openmrs/ws/rest/v1/relationship/%s, where %s represents the relationship uuid.

Configuration for program events:

  • Set atomfeed.publish.eventsForPatientProgramStateChange true in OpenMRS global properties to raise events related to person program changes

  • Use atomfeed.event.urlPatternForProgramStateChange  OpenMRS global property to configure the object values for the raised events. The default is /openmrs/ws/rest/v1/programenrollment/{uuid}?v=full where {uuid} represents the patientprogram uuid.

    Purpose and Benefits

    Atomfeed Console is an independent component that shows the failed events that happened in an atomfeed client. There is a group in inventory file called atomfeed-console.

    Configuration

    Installing Atomfeed Console App

    To install the application, put the IP address of the machine under https://github.com/ICT4H/atomfeed-console. The installer will take care of configuring the application.

    Adding Atomfeed App to Home Page

    To add Atomfeed App to your Home Page, please add the config below to extension.json

    Code Block
    languagejs
    linenumberstrue
    "atomfeedConsole": {
        "id": "bahmni.atomfeed.console",
        "extensionPointId": "org.bahmni.home.dashboard",
        "type": "link",
        "translationKey": "MODULE_LABEL_ATOMFEED_CONSOLE_KEY",
        "url": "/atomfeed-console",
        "icon": "fa fa-terminal",
        "order": 13,
        "requiredPrivilege": "app:admin"
      }



    Tip
    iconfalse
    titleOn this Page

    Table of Contents
    stylenone


    Panel
    titleColorwhite
    titleBGColor#668D3C
    titleImplemnentation Feature Details

    <Page Name> - Implementer's Atomfeed Console - Feature Guide


    Panel
    titleColorwhite
    titleBGColor#668D3C
    titleUsage Details

    Atomfeed - User Guide