Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed collapsible due to Atlassian bug

Purpose

Excerpt

It displays the visit information of a patient along with start date, end date and the type of the visit. The active/current visit is marked with an asterisk (*).


Tip
titleNote
  • Clicking on a particular visit will navigate to Visit Dashboard displaying the information for that visit.
  • On clicking the title "Visits" in the below sample screenshot, a pop up showing all the visits of a patient will appear.
  • An example use case is viewing the latest 8 visits of a patient.


Screenshot

Visit Control

Configuration

Sample Config

Code Block
languagejs
titleAdd to clinical/dashboard.json for it to appear on the patient dashboardcollapsetrue
"visits": {
            "translationKey": "DASHBOARD_TITLE_VISITS_KEY",
            "type": "visits",
            "displayOrder": 17,
            "dashboardConfig": {
                 "maximumNoOfVisits": 8
                }
         }

Key Field Table

KeyInfoMandatory

type

Indicates the type of the display control.

type should be "visits".

Y

maximumNoOfVisits

Specifies the maximum number of visits for which to display data

  • If it is empty, then by default all the visits for the patient are displayed.
N

dashboardConfig

Indicates that all the configurations mentioned under this are for the patient dashboard

Y

displayOrder

The order in which the display control will be displayed

N

translationKey

Internationalizes the display control

Y



Tip
titleOn this Page

Table of Contents


Panel
titleColorWhite
titleBGColor#1FA5A0
titleRelated Display Controls

Child pages (Children Display)
alltrue
pagePatient Controls