=== modified file 'src/docbkx/en/glossary_en.xml' --- src/docbkx/en/glossary_en.xml 2013-03-01 06:25:36 +0000 +++ src/docbkx/en/glossary_en.xml 2013-08-23 07:57:27 +0000 @@ -25,6 +25,13 @@ In the context of DHIS2, aggregate data refers to either data elements or indicators that have been derived from other hierarchical data sources. For instance, aggreagte facility data would result from the aggregate totals of all patients that have attended that facility for a particular service. Aggregate district data would result from the aggregate totals of all facilities contained with a particular district. + + Application programming interface + API + + An application programming interface is a specification of how different software components should interact with each other. The DHIS2 API (or WebAPI) can be used to interface DHIS2 with other software, to build reports or custom data entry forms. + + B @@ -40,13 +47,38 @@ Category - Categories are used to disaggreate data elements. As an example, the data element "Number of confirmed cases of malaria" could be disaggregated into an "Age" category, consisting of category options of "Under 1", 1-5" and "Over 5". Category options are used during data entry to simplify the number of data elements that need to be created. During analysis of data, categories function essentially as dimensions. + Categories are groups of category options. The are used in combinations to disaggregate data elements. Categories are typically a single type of concept, such as "Age" or "Gender". + + + + Category combinations + + Category combinations are used to disaggreate data elements. As an example, the data element "Number of confirmed cases of malaria" could be disaggregated subdivided into to categories: "Age" and "Gender". In turn each of these categories, would consist of several category options, such as "Male" and "Female" for the gender category. Category combinations may consist of one or several categories. + + + + Category combination options + + Category combination options are dynamically composed of all of the different combinations of category options which compose a category combination. As an example, two categories "Gender" and "Age", might have options such as "Male"/"Female" and "<5 years"/">5 years". The category combination options would then consist of: + + (Male/<5 years) + (Male/>5 years) + (Female/<5 years) + (Female/>5 years) + Category option - Category options are atomic elements that are grouped into categories. Category options are used during data entry to disaggregate data elements into atomic pieces of information. + Category options are atomic elements that are grouped into categories. + + + + Comma separated values + CSV + + Comma separated values are series of tabular data stored in a plain-text format. They are commonly used with DHIS2 to export and import data values. @@ -220,4 +252,14 @@ Z - --> + --> + U + + Unique identifier + UID + + A unique identifier (UID) is a semi-random series of letters and numbers used by DHIS2 to identify specific resources. UIDs begin with a letter, and are followed by exactly 10 letters or digits. + + + +