Uses of Class
org.hisp.dhis.model.DataElement
Packages that use DataElement
-
Uses of DataElement in org.hisp.dhis
Methods in org.hisp.dhis that return DataElementMethods in org.hisp.dhis that return types with arguments of type DataElementModifier and TypeMethodDescriptionDhis2.getDataElements(Query query) Retrieves a list ofDataElement.Methods in org.hisp.dhis with parameters of type DataElementModifier and TypeMethodDescriptionDhis2.saveDataElement(DataElement dataElement) Saves aDataElement.Dhis2.updateDataElement(DataElement dataElement) Updates aDataElement.Method parameters in org.hisp.dhis with type arguments of type DataElementModifier and TypeMethodDescriptionDhis2.saveDataElements(List<DataElement> dataElements) Saves or updates the list ofDataElement. -
Uses of DataElement in org.hisp.dhis.model
Methods in org.hisp.dhis.model that return types with arguments of type DataElementModifier and TypeMethodDescriptionProgram.getAnalyticsDataElements()Returns data elements enabled for analytics which are part of the stages of this program.ProgramStage.getAnalyticsDataElements()Returns data elements enabled for analytics part of this program stage as an immutable set.Program.getAnalyticsDataElementsWithLegendSet()Returns data elements enabled for analytics which are part of the stages of this program which have a legend set and is of numeric value type.Program.getDataElements()Returns all data elements which are part of the stages of this program.ProgramStage.getDataElements()Returns all data elements part of this program stage.