=== modified file 'src/docbkx/en/dhis2_user_man_import_export.xml' --- src/docbkx/en/dhis2_user_man_import_export.xml 2014-06-29 22:17:21 +0000 +++ src/docbkx/en/dhis2_user_man_import_export.xml 2014-07-17 13:26:36 +0000 @@ -130,6 +130,12 @@ Organisation unit groups + + Validation rules + + + Option sets + The formats for the currently supported object types for CSV import are listed below. @@ -359,6 +365,105 @@ + Validation Rule CSV Format + + + + + + + + Column + Required + Value (default first) + Description + + + + + Name + Yes + + Name. Max 230 characters. Unique. + + + UID + No + UID + Stable identifier. Max 11 char. Will be generated by system if not + specified. + + + Code + No + + Stable code. Max 50 + + + Description + No + + Free text description. + + + Instruction + No + + + + + Importance + No + medium | high | low + + + + Rule type + No + validation | surveillance + + + + Operator + No + equal_to | not_equal_to | greater_than | greater_than_or_equal_to | less_than | + less_than_or_equal_to | compulsory_pair + + + + Period type + No + Monthly | Daily | Weekly | Quarterly | SixMontly | Yearly + + + + Left side expression + Yes + + Mathematical formula based on data element and option combo UIDs. + + + Left side expression description + No + + + + + Right side expression + Yes + + Mathematical formula based on data element and option combo UIDs. + + + Right side expression description + No + + + + + +
+ Option Set CSV Format