Versions Compared

Key

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

...

Example: https://github.com/Bahmni/default-config/blob/master/openmrs/apps/ot/app.json

Key Fields

KeyUseMandatory
idSome unique ID for this block. Yes
Extension Params
ignoredTabularViewHeadings
To ignore columns when viewing patient search queues in tabular viewNo
defaultViewAsSurgeonBased

Setting below config as true would show the “provider” view as the default view in the calendar view, otherwise it will be OT view.

No
identifierHeadings

To set a particular column as an identifier when viewing patient search queue in tabular view

Yes

patientDashboardUrl

When user wants to edit a surgical appointment, the link can be configured to any url configured with additional context passed through query parameters.

Yes

primarySurgeonsForOT

The configuration is an array of surgeon names. The name correspond to the person name of the provider that you have configured in OpenMRS provider management module. 

No
printListViewTemplateUrlThe print html is configurable to allow to custom print the columns or information needed.Yes
calendarView

The start time, end time and the interval of the calendar are configurable. The start time and end time are in 24 hr formats with hours and minutes separated by ‘:’.

The dayViewSplit is the interval to be configured in minutes.

No
startOfWeekStart day of the week ("Monday")No


Configure patient dashboard link for the Patient Id

...