=== modified file 'pom.xml' --- pom.xml 2011-09-12 15:09:55 +0000 +++ pom.xml 2011-10-04 14:33:11 +0000 @@ -29,6 +29,7 @@ + org.apache.maven.plugins maven-antrun-plugin @@ -74,6 +75,7 @@ 1 1 true + 1 dhis2_user_manual_en.xml ${docbook.source}/en/ ${docbook.target}/en/user/html/ @@ -86,8 +88,10 @@ + + @@ -128,6 +132,7 @@ + @@ -168,6 +173,7 @@ + === modified file 'src/docbkx/en/dhis2_implementation_guide_installation_detailed.xml' --- src/docbkx/en/dhis2_implementation_guide_installation_detailed.xml 2011-05-06 05:57:05 +0000 +++ src/docbkx/en/dhis2_implementation_guide_installation_detailed.xml 2011-10-04 14:33:11 +0000 @@ -658,21 +658,20 @@
Using Amazon Web services Amazon Web Services (AWS) offers virtual cloud-computing resources which allow developers and implementers to quickly scale an application, both horizontally and vertically, in a cost effective manner. AWS offers multiple operating systems and instance sizes depending on the exact nature of the deployment. This section will describe a basic setup with the AWS Elastic Cloud Compute (EC2) system using the Basic 32 bit Amazon AMI, which is based on the Red Hat Linux distribution. - Estimating the cost of an AWS instance can be performed using the "Simple Monthly Cal culator". AWS costs are based entirely on usage. As your applicatio -n usage grows, you can provision new servers. + Estimating the cost of an AWS instance can be performed using the "Simple Monthly Cal culator". AWS costs are based entirely on usage. As your application usage grows, you can provision new servers. You will need an existing AWS account. If you do not have one, you can create one here. Once you have created and enabled your account, login to the AWS console. - Once you have logged in, select the "EC2" tab. You will need to select a region in which to instantiate your instance. Users in Europeand Africa, should probably use the EU West region, while users in Asia should probably use on of the Asia Pacific regions (either Singapore or Tokyo). Selection of the appropriate region will reduce latency between the server and clients. + Once you have logged in, select the "EC2" tab. You will need to select a region in which to instantiate your instance. Users in Europe and Africa, should probably use the EU West region, while users in Asia should probably use on of the Asia Pacific regions (either Singapore or Tokyo). Selection of the appropriate region will reduce latency between the server and clients. - Click the "Instances" link on the right menu, and thenthe "Launch Instances" button. + Click the "Instances" link on the right menu, and then the "Launch Instances" button. - + @@ -683,7 +682,7 @@ - + @@ -699,7 +698,7 @@ - + @@ -709,7 +708,7 @@ - + === modified file 'src/docbkx/en/dhis2_user_man_data_elements.xml' --- src/docbkx/en/dhis2_user_man_data_elements.xml 2011-09-12 18:11:43 +0000 +++ src/docbkx/en/dhis2_user_man_data_elements.xml 2011-10-04 14:33:11 +0000 @@ -39,7 +39,7 @@
Data elements - Data elements form the basis of DHIS2. Data elements define what is actually recorded in system, e.g. number of immunisations or number of cases of malaria. The actual creation and definition of the data elements themselves are far beyond the scope of this manual to describe, but it is assumed that an administrator will be provided with a list of standardised data elements for inclusion into the DHIS2 system. + Data elements form the basis of DHIS2. Data elements define what is actually recorded in system, e.g. number of immunisations or number of cases of malaria. The actual creation and definition of the data elements themselves are far beyond the scope of this manual to describe, but it is assumed that an administrator will be provided with a list of standardised data elements for inclusion into the DHIS2 system. To access the data element maintenance module, choose Maintenance -> Data elements and Indicators -> Data element. The ‘Filter by name’ will allow you to filter a range of data elements if you know either the full name of the data element, or just a part of it. Type the name into the search field and any matching data elements are displayed below. === modified file 'src/docbkx/en/dhis2_user_manual_en.xml' --- src/docbkx/en/dhis2_user_manual_en.xml 2011-09-19 18:59:06 +0000 +++ src/docbkx/en/dhis2_user_manual_en.xml 2011-10-04 14:33:11 +0000 @@ -93,7 +93,7 @@ - + === renamed file 'src/docbkx/en/resources/glossary/glossary_en.xml' => 'src/docbkx/en/glossary_en.xml' --- src/docbkx/en/resources/glossary/glossary_en.xml 2010-01-22 08:55:40 +0000 +++ src/docbkx/en/glossary_en.xml 2011-10-04 14:33:11 +0000 @@ -1,209 +1,208 @@ - - - - - - - Jason - Pickering - - DHIS2 Glossary - 2.0.3 - - DHIS 2 Glossary - - A - - Aggregation - - In the context of DHIS2, aggregation refers to how data elements are combined within a particular hierarchical relationship. As an example, all the health facilities in a particular district would contribute to the total value for the particular district in question. Different aggregation operators are supported within DHIS2, such as SUM, AVERAGE, and COUNT. - - - - Aggregate data - - 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. - - - - - C - - 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. - - - - 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. - - - - - D - - Data dictionary - - A collection of data elements and indicators, which can be exchanged with other DHIS systems. Typically used to define a set of data elements and indicators when setting up the DHIS system. - - - - Data exchange format - - In the context of DHIS2, the "data exchange format" refers to a XML schema that enables the transportation of data and metadata between disconnected DHIS instances, as well as between different applications that suppor the DXF schema. - - - - Datamart - - A set of database tables in DHIS2 that contians processed data elements and indicator values that is generated based on aggregation rules and calculated data element and indicator formular. Datamart tables are used for analysis and report production. Typically, users should not work directly with unaggregated data values, but rather with values that have resulted from a datamart export for analysis. - - - - Data element - - A data element is the fundemental building block of DHIS2. It is an atomic unit of data with well-defined meaning. Essentially it is a data value that has been actually observed or recorded which is further characterized by a number of dimensions. As an example the data element "Number of fully immunized children" would refer to the number of children that received this particular service. Data elements are always linked to a period as as well as an organizational unit. They optionally may be linked to other dimensions. - - - - Data element group - - Data element groups are used to categorize multiple data elements according to a common theme, such as "Immunization" or "ART". Typically, they are used during reporting and analysis to allow related data elements to be analyzed together. - - - - Data element group sets - - Data element groups are used to categorize multiple data element groups into a common theme. - - - - Dimension - - A dimension is used to categorize data elements during analysis. Dimensions provide a mechanism to group and filter data based on common characteristics. Typically, related data elements may be aggregated or filtered during analysis with the use of dimensions. Dimensions may be a member of a hierarchy. For instance the "Period" dimension may be broken down into "Day->Month->Quarter->Year". - - - - DXF - Data exchange format - - - - H - - Health management information system - HMIS - - Typically, an electronic database system that is used to record aggregated data on service delivery, disease incidence, human resource data and other information used to evaluate the performance of delivery of health services. Typically, an HMIS does not contain the highly detailed data of electronic medical record systems or individual patient data. - - - - - I - - Indicator - - The divisor of an indicator. Can be composed of multiple data elements with the use of an indicator formula. - - - - - - - This is obviously a very generalized example. The numerator and indicator themselves can be composed of various data elements, factors, and the four basic operands (addition, multiplication, division and subtraction). - - - - - N - - Numerator - - The dividend of a indicator. Can be composed of multiple data elements and factors with the use of indicator formulas. - - - - - O - - Organisational unit - orgunit - - Typically, an orgunit is a unit within a geographical hierarchy. As an example, in the United States, "Georgia" would be considered an orgunit with in the orgunit level of "State". Organizational units can also represent units, such as wards within a hospital, withn a single geographical location. - - - - Organisational unit level - Orgunit level - - Refers to a level within an organizational hierarchy. Typically, countries are administered at different levels, such as 1) Country 2) States 3) Counties 4) Health facilities. In the context of DHIS2, health facilities typically are the lowest orgunit level. Data is aggregated upwards from the lowest orgunit level to the highest. - - - - + + + + + + Jason + Pickering + + DHIS2 Glossary + 2.0.3 + + DHIS 2 Glossary + + A + + Aggregation + + In the context of DHIS2, aggregation refers to how data elements are combined within a particular hierarchical relationship. As an example, all the health facilities in a particular district would contribute to the total value for the particular district in question. Different aggregation operators are supported within DHIS2, such as SUM, AVERAGE, and COUNT. + + + + Aggregate data + + 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. + + + + + C + + 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. + + + + 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. + + + + + D + + Data dictionary + + A collection of data elements and indicators, which can be exchanged with other DHIS systems. Typically used to define a set of data elements and indicators when setting up the DHIS system. + + + + Data exchange format + + In the context of DHIS2, the "data exchange format" refers to a XML schema that enables the transportation of data and metadata between disconnected DHIS instances, as well as between different applications that suppor the DXF schema. + + + + Datamart + + A set of database tables in DHIS2 that contians processed data elements and indicator values that is generated based on aggregation rules and calculated data element and indicator formular. Datamart tables are used for analysis and report production. Typically, users should not work directly with unaggregated data values, but rather with values that have resulted from a datamart export for analysis. + + + + Data element + + A data element is the fundemental building block of DHIS2. It is an atomic unit of data with well-defined meaning. Essentially it is a data value that has been actually observed or recorded which is further characterized by a number of dimensions. As an example the data element "Number of fully immunized children" would refer to the number of children that received this particular service. Data elements are always linked to a period as as well as an organizational unit. They optionally may be linked to other dimensions. + + + + Data element group + + Data element groups are used to categorize multiple data elements according to a common theme, such as "Immunization" or "ART". Typically, they are used during reporting and analysis to allow related data elements to be analyzed together. + + + + Data element group sets + + Data element groups are used to categorize multiple data element groups into a common theme. + + + + Dimension + + A dimension is used to categorize data elements during analysis. Dimensions provide a mechanism to group and filter data based on common characteristics. Typically, related data elements may be aggregated or filtered during analysis with the use of dimensions. Dimensions may be a member of a hierarchy. For instance the "Period" dimension may be broken down into "Day->Month->Quarter->Year". + + + + DXF + Data exchange format + + + + H + + Health management information system + HMIS + + Typically, an electronic database system that is used to record aggregated data on service delivery, disease incidence, human resource data and other information used to evaluate the performance of delivery of health services. Typically, an HMIS does not contain the highly detailed data of electronic medical record systems or individual patient data. + + + + + I + + Indicator + + The divisor of an indicator. Can be composed of multiple data elements with the use of an indicator formula. + + + + + + + This is obviously a very generalized example. The numerator and indicator themselves can be composed of various data elements, factors, and the four basic operands (addition, multiplication, division and subtraction). + + + + + N + + Numerator + + The dividend of a indicator. Can be composed of multiple data elements and factors with the use of indicator formulas. + + + + + O + + Organisational unit + orgunit + + Typically, an orgunit is a unit within a geographical hierarchy. As an example, in the United States, "Georgia" would be considered an orgunit with in the orgunit level of "State". Organizational units can also represent units, such as wards within a hospital, withn a single geographical location. + + + + Organisational unit level + Orgunit level + + Refers to a level within an organizational hierarchy. Typically, countries are administered at different levels, such as 1) Country 2) States 3) Counties 4) Health facilities. In the context of DHIS2, health facilities typically are the lowest orgunit level. Data is aggregated upwards from the lowest orgunit level to the highest. + + + + === renamed file 'src/docbkx/en/resources/images/aws/create_instance.PNG' => 'src/docbkx/en/resources/images/aws/create_instance.png' === renamed file 'src/docbkx/en/resources/images/aws/create_key_pairs.PNG' => 'src/docbkx/en/resources/images/aws/create_key_pairs.png' === renamed file 'src/docbkx/en/resources/images/aws/instance_prefs.PNG' => 'src/docbkx/en/resources/images/aws/instance_prefs.png' === renamed file 'src/docbkx/en/resources/images/aws/instance_size.PNG' => 'src/docbkx/en/resources/images/aws/instance_size.png' === renamed file 'src/docbkx/en/resources/images/aws/security_groups.PNG' => 'src/docbkx/en/resources/images/aws/security_groups.png'