Versions Compared

Key

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

 

Table of Contents

Using CardioLog Analytics' Software Development Kit (SDK), you can create your own customized reports. CardioLog Analytics already has many reports, but if you want to produce any other reports you can create them with the SDK.

...

  • Register the report in the CardioLog Analytics UI
  • Create an SQL stored procedure to populate the report

Table of Contents

 

Register the report in the CardioLog Analytics UI

...

  • Create a new widget category (menu)
  • Create a new widget (sub-menu)
  • Create a new widget type (meter, chart , meter or table)

...

How to add a new widget category (menu)

 

...

  1. In the Navigation pane, under Administration, click on Custom Widgets

    Image Added
    Custom Widgets Tool

  2. Click Add Widget, then select the Menu option 

    Image Added
    Custom Widgets > Add Widget

  3. Enter the Title and Location fields, then click Save (by default the widget category location is set to Root - "~")

    Image Added
    Add Widget > Menu

  4. You should now be viewing your newly created widget category when adding a widget to a dashboard in the Report Center and Analysis Center.

    Image Added
    Add Widget Dialog

How to create a new widget (sub-menu)

 

...

  1. In Administration under Custom Widgets, click Add Widget, then select the Menu option 

    Image Added
    Custom Widgets > Add Widget

  2. Enter the Title and Location fields. Click Browse to select the widget location (widget category), then click Save

    Image Added
    Widget Location Dialog

  3. You should now be viewing your newly created widget under the selected widget category, when adding a widget to a dashboard in the Report Center and Analysis Center.

    Image Added
    Add Widget Dialog

How to create a new widget type (meter, chart or table)

  1. In Administration under Custom Widgets, click Add Widget, then select the  desired widget type (meter, chart or table) 

    Image Added
    Custom Widgets > Add Widget

  2. Enter the Title, Description and Location fields. Click Browse to select the widget type location (sub-menu).

    Image Added
    New Meter Dialog

    When selecting the Chart type, enter the Title and Value for the chart series.

    Image Added
    New Chart Dialog

    When selecting the Table type, enter the table columns - Title, Type, Description and Width (%)
    The following column types are available:
    String - text
    Numeric - number
    SPPage - tree item (includes drill down support)
    User - user account name (includes drill down support)

    Image Added
    New Table Dialog


Create an SQL stored procedure to populate the report