4.0.2 • Published 25 days ago

@openmrs/esm-system-admin-app v4.0.2

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
25 days ago

Node.js CI

System Administration

The System Administration frontend module renders a page with a number of cards that link to different pages or applications outside the main EMR. These include the following:

It can be accessed by clicking on the System Administration link in the app switcher menu. It exposes an ExtensionSlot that can be used to add more cards to the page. To add a card from a different module, add an extension definition to the entry point of that module. For example, to add a card from the medication-dispensing module, you would add the following extension definition to its entry point in src/index.ts:

// index.ts
extensions: [
  {
    id: "medication-dispensing-card-link",
    slot: "system-admin-page-card-link-slot",
    load: getAsyncLifecycle(
      () => import("./medication-dispensing-card-link.component"),
      options
    ),
    online: true,
    offline: true,
  },
]
4.0.3-pre.139

25 days ago

4.0.3-pre.137

1 month ago

4.0.3-pre.131

2 months ago

4.0.2

2 months ago

4.0.2-pre.128

2 months ago

4.0.2-pre.127

2 months ago

4.0.2-pre.122

2 months ago

4.0.2-pre.124

2 months ago

4.0.2-pre.123

2 months ago

4.0.2-pre.126

2 months ago

4.0.2-pre.108

3 months ago

3.0.1-pre.78

8 months ago

3.0.1-pre.63

9 months ago

4.0.1-pre.84

7 months ago

4.0.1-pre.81

7 months ago

4.0.2-pre.88

5 months ago

4.0.1-pre.86

7 months ago

3.0.1-pre.67

8 months ago

3.0.1-pre.69

8 months ago

3.0.1-pre.74

8 months ago

4.0.1

5 months ago

4.0.0

7 months ago

3.0.1-pre.70

8 months ago

3.0.1-pre.72

8 months ago

3.0.1-pre.61

11 months ago

3.0.1-pre.59

11 months ago

3.0.1-pre.55

11 months ago

3.0.1-pre.57

11 months ago

3.0.1-pre.51

11 months ago

3.0.1-pre.49

11 months ago

3.0.1-pre.47

11 months ago

3.0.1-pre.43

11 months ago

3.0.1-pre.41

11 months ago

3.0.1-pre.38

11 months ago