
Product
Introducing Socket Scanning for OpenVSX Extensions
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.
@iapps/ngx-dhis2-org-unit-filter
Advanced tools
Organisation unit selection filter module for DHIS2 applications based on angular 6+
Organisation unit selection filter module for DHIS2 applications based on angular 6+
npm install @iapps/ngx-dhis2-org-unit-filter
If the module is to be imported in the app.module or any other feature module, then import as
import { NgxDhis2OrgUnitFilterModule } from '@iapps/ngx-dhis2-org-unit-filter';
then add this in the imports
imports: [
...
NgxDhis2OrgUnitFilterModule,
...
]
Once imported, orgunitfilter can be called in as
<ngx-dhis2-org-unit-filter
[orgUnitFilterConfig]="orgUnitFilterConfig"
[selectedOrgUnitItems]="selectedOrgUnitItems"
(orgUnitUpdate)="onOrgUnitUpdate($event, 'UPDATE')"
(orgUnitClose)="onOrgUnitUpdate($event, 'CLOSE')">
</ngx-dhis2-org-unit-filter>
Inputs
| Input | Description |
|---|---|
| selectedOrgUnitItems | This is a list of selected organisation units, groups, or levels |
| orgUnitFilterConfig | This when passed overrides default configuration for the organisation unit filter |
Input models
selectedOrgUnitItems
| Item | Description |
|---|---|
| id | Organisation unit identifier |
| name (optional) | Organisation unit name |
| level (optional) | Level of organisation unit in the hierarchy eg. 1, 2 |
| type (optional) | Type of organisation unit eg. USER_ORGANISATIONUNIT, ORGANISATION_LEVEL, ORGANISATIONUNIT_GROUP, ORGANISATIONUNIT |
orgUnitFilterConfig
| Item | Description | Default value |
|---|---|---|
| singleSelection | Specify whether org unit selection is single or multiple | true |
| reportUse (optional) | Tells whether org units should be used for reports or data entry | true |
| minLevel (optional) | Specify minimum level for org units | none |
| updateOnSelect (optional) | Specify whether to update on select or unselect or on button click | false |
| closeOnDestroy (optional) | Call on closeOrgUnit Method when component get destroyed, if set true | true |
Outputs
| Output | Description |
|---|---|
| orgUnitUpdate | This is emitted when UPDATE button is clicked |
| orgUnitClose | This is emitted when CLOSE button is clicked |
Sample output
{
"dimension": "ou",
"items": [
{
"id": "PMa2VCrupOd",
"name": "Kambia",
"level": 2,
"type": "ORGANISATION_UNIT"
},
{
"id": "at6UHUQatSo",
"name": "Western Area",
"level": 2,
"type": "ORGANISATION_UNIT"
},
{
"id": "TEQlaapDQoK",
"name": "Port Loko",
"level": 2,
"type": "ORGANISATION_UNIT"
}
]
}
FAQs
Organisation unit selection filter module for DHIS2 applications based on angular 6+
We found that @iapps/ngx-dhis2-org-unit-filter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 15 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies