Healthwise by WebMD Ignite Patient Education EMR Module

EMR Version 2.0.179 | miewebchart | miewebchart.emr | 14.2


Groups

A group id can be passed into the launch request which will enable group-level functionality for the application. This includes group specific favorites and group branding used for printing.

Creating Groups

Groups must be set up in the admin interface before this feature can be used. By default, no groups are defined and all favorites, branding and notes are maintained in a "Default" group. As soon as groups are created, users are able to set up favorites, branding and notes that are specific to a group, including the default group.

When a group is created, a unique id can be specified. If no id is specified, one is created.

Selecting a Group

If groups are defined and the application is launched <i>without</i> passing in a group id, the interface will show a group selector in the top right corner. The user will have to pick a group to see favorites, branding and notes specific for that group. If the user does not select a group, those features operate on the default group.

In order to not have the user select a group manually, a group id can be passed in using the "assignedEntity" element of infobutton, like this :

Attribute name Attribute value Comments
assignedEntity.name.r group123 Group id as defined in admin interface

Full URL : /launch/index?assignedEntity.name.r=group123&hw.key=(application key)

If a group id is passed in on the request, the application will look up the group and use the groups favorites, branding and notes for that session. The group selector will not show if a group is passed in on the request.

Back to overview