| Package | Description |
|---|---|
| org.hisp.dhis | |
| org.hisp.dhis.model |
| Modifier and Type | Method and Description |
|---|---|
DataElement |
Dhis2.getDataElement(String id)
Retrieves an
DataElement. |
| Modifier and Type | Method and Description |
|---|---|
List<DataElement> |
Dhis2.getDataElements(Query query)
Retrieves a list of
DataElement. |
| Modifier and Type | Method and Description |
|---|---|
DataElement |
ProgramStageDataElement.getDataElement() |
| Modifier and Type | Method and Description |
|---|---|
List<DataElement> |
Objects.getDataElements() |
Set<DataElement> |
Program.getDataElements()
Returns all data elements which are part of the stages of this program.
|
Set<DataElement> |
ProgramStage.getDataElements()
Returns all data elements part of this program stage.
|
Set<DataElement> |
Program.getDataElementsWithLegendSet()
Returns data elements which are part of the stages of this program which
have a legend set and is of numeric value type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProgramStageDataElement.setDataElement(DataElement dataElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
Objects.setDataElements(List<DataElement> dataElements) |
Copyright © 2019 UiO. All rights reserved.