All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hisp.dhis.model.Section Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
package org.hisp.dhis.model;

import java.util.ArrayList;
import java.util.List;

import com.fasterxml.jackson.annotation.JsonProperty;

public class Section
    extends NameableObject
{
    @JsonProperty
    private DataSet dataSet;

    @JsonProperty
    private List dataElements = new ArrayList<>();

    @JsonProperty
    private List indicators = new ArrayList<>();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy