Re: [Dhis2-users] Init steps to create DHIS2 App

2017-11-09 Thread Damasceno Lopes
I already find documentation here!
https://docs.dhis2.org/master/en/developer/html/apps_creating_apps.html

Thanks

2017-11-10 9:27 GMT+02:00 Damasceno Lopes :

> Hi users,
>
> Is there a place where I can find initial steps to create DHIS2 App?
>
> Thanks,
> Damasceno Lopes
> FGH-Mozambique
>
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] Init steps to create DHIS2 App

2017-11-09 Thread Damasceno Lopes
Hi users,

Is there a place where I can find initial steps to create DHIS2 App?

Thanks,
Damasceno Lopes
FGH-Mozambique
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] Analysis based on incidence date (Incidence count in program indicator)

2017-11-09 Thread Nayeem Al Mifthah
In disease surveillance, it is always important to know the onset of
diseases over the period and geographical areas. Usually it is incidence
date.

In current setting, we have limited opportunities to analyze through
incident date in DHIS2. It can't be analyze according to period like event
date and enrollment date.

Count of enrollment V{enrollment_count} work on enrollment date.

Example: To know the onset of measles (incidence) according to the month of
2017 or in last 12 months.

One option probably add program variable called V{incident_count} in
program indicator or enrollment count based on incident date.

I have posted a jira issue: https://jira.dhis2.org/browse/DHIS2-2486


*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] [Dhis2-devs] DHIS 2, PostgreSQL only

2017-11-09 Thread Bob Jolliffe
Very good Lars!  Looking at the move to postgresql 10 (presumably one
or two more versions down the line), have you been considering the
native partitioning support for dealing with huge datavalue tables?
This looks like it might be very suited to our classic problem of
large amounts of historic data..

On 9 November 2017 at 20:47, Lars Helge Øverland  wrote:
>
>
> On Thu, Nov 9, 2017 at 5:42 PM, Knut Staring  wrote:
>>
>> Good decision. I assume this means H2 will also no longer be a fallback?
>> So dhis2 live will also require PG?
>>
>
> We will continue to use H2 for internal purposes (unit testing) for a while,
> and the system will still start and mostly work on H2. However there will
> gradually be more features requiring PostgreSQL, and we hope to replace Live
> with a Docker image in near future.
>
> As part of the move to PostgreSQL we will also require the PostGIS
> extension.
>
>
>
> Lars
>
>
>
> --
> Lars Helge Øverland
> Lead developer, DHIS 2
> University of Oslo
> Skype: larshelgeoverland
> l...@dhis2.org
> http://www.dhis2.org
>
>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-d...@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>

___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] [Dhis2-devs] DHIS 2, PostgreSQL only

2017-11-09 Thread Lars Helge Øverland
Yes. The datavalue table is definitely a good candidate for partitioning.



On Thu, Nov 9, 2017 at 5:53 PM, Bob Jolliffe  wrote:

> Very good Lars!  Looking at the move to postgresql 10 (presumably one
> or two more versions down the line), have you been considering the
> native partitioning support for dealing with huge datavalue tables?
> This looks like it might be very suited to our classic problem of
> large amounts of historic data..
>
> On 9 November 2017 at 20:47, Lars Helge Øverland  wrote:
> >
> >
> > On Thu, Nov 9, 2017 at 5:42 PM, Knut Staring  wrote:
> >>
> >> Good decision. I assume this means H2 will also no longer be a fallback?
> >> So dhis2 live will also require PG?
> >>
> >
> > We will continue to use H2 for internal purposes (unit testing) for a
> while,
> > and the system will still start and mostly work on H2. However there will
> > gradually be more features requiring PostgreSQL, and we hope to replace
> Live
> > with a Docker image in near future.
> >
> > As part of the move to PostgreSQL we will also require the PostGIS
> > extension.
> >
> >
> >
> > Lars
> >
> >
> >
> > --
> > Lars Helge Øverland
> > Lead developer, DHIS 2
> > University of Oslo
> > Skype: larshelgeoverland
> > l...@dhis2.org
> > http://www.dhis2.org
> >
> >
> > ___
> > Mailing list: https://launchpad.net/~dhis2-devs
> > Post to : dhis2-d...@lists.launchpad.net
> > Unsubscribe : https://launchpad.net/~dhis2-devs
> > More help   : https://help.launchpad.net/ListHelp
> >
>



-- 
Lars Helge Øverland
Lead developer, DHIS 2
University of Oslo
Skype: larshelgeoverland
l...@dhis2.org
http://www.dhis2.org 
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] [Dhis2-devs] DHIS 2, PostgreSQL only

2017-11-09 Thread Lars Helge Øverland
On Thu, Nov 9, 2017 at 5:42 PM, Knut Staring  wrote:

> Good decision. I assume this means H2 will also no longer be a fallback?
> So dhis2 live will also require PG?
>
>
We will continue to use H2 for internal purposes (unit testing) for a
while, and the system will still start and mostly work on H2. However there
will gradually be more features requiring PostgreSQL, and we hope to
replace Live with a Docker image in near future.

As part of the move to PostgreSQL we will also require the PostGIS
extension.



Lars



-- 
Lars Helge Øverland
Lead developer, DHIS 2
University of Oslo
Skype: larshelgeoverland
l...@dhis2.org
http://www.dhis2.org 
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] [Dhis2-devs] DHIS 2, PostgreSQL only

2017-11-09 Thread Knut Staring
Good decision. I assume this means H2 will also no longer be a fallback? So
dhis2 live will also require PG?

Knut



On Nov 9, 2017 3:32 PM, "Lars Helge Øverland"  wrote:

> Hi all,
>
> after gathering feedback from the community we have decided to support
> PostgreSQL only as database platform for DHIS 2 starting from version 2.29
> (i.e. the next release).
>
> This will allow us to utilize some of the sophisticated features specific
> to PostgreSQL in order to make a better system. As example, this will help
> us to improve the analytics and data import/export functionality.
>
> The minimum version required will be PostgreSQL version 9.0. We do however
> recommend migrating to PostgreSQL 10 as it provides performance
> improvements and new features which may be utilized in near-future DHIS 2
> releases.
>
> best regards,
>
> Lars
>
>
> --
> Lars Helge Øverland
> Lead developer, DHIS 2
> University of Oslo
> Skype: larshelgeoverland
> l...@dhis2.org
> http://www.dhis2.org 
>
>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-d...@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] DHIS 2, PostgreSQL only

2017-11-09 Thread Lars Helge Øverland
Hi all,

after gathering feedback from the community we have decided to support
PostgreSQL only as database platform for DHIS 2 starting from version 2.29
(i.e. the next release).

This will allow us to utilize some of the sophisticated features specific
to PostgreSQL in order to make a better system. As example, this will help
us to improve the analytics and data import/export functionality.

The minimum version required will be PostgreSQL version 9.0. We do however
recommend migrating to PostgreSQL 10 as it provides performance
improvements and new features which may be utilized in near-future DHIS 2
releases.

best regards,

Lars


-- 
Lars Helge Øverland
Lead developer, DHIS 2
University of Oslo
Skype: larshelgeoverland
l...@dhis2.org
http://www.dhis2.org 
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] [WISCENTDs] User role > Authorities

2017-11-09 Thread Markus Bekken
To add to this, in the tracker space we are currently working on an epic to 
improve the authorization model for programs: DHIS2-2105 


We work to replace the many user authorities that govern the tracker with a 
model where each program is shared with users groups.

Markus

> 8. nov. 2017 kl. 17.38 skrev Knut Staring :
> 
> I unfortunately don't think the documentation around authorities is adequate 
> at the moment.
> 
> It is also interesting that a couple of organisations have seen the need to 
> develop their own user management apps
> 
> There has been some discussion on the need to create some standard metadata 
> packages with typical user roles. There are of course some user roles in the 
> online demo and in the Trainingland databases, but we could package them 
> nicely for easy import to a new  instance.
> 
> Knut
> 
> On Wed, Nov 8, 2017 at 3:31 PM, Edward Robinson  > wrote:
> Given the sheer number of authorities, I think this kind of documentation 
> would be super helpful.  I’d love to know if something like this exists.
> 
> Ed
> 
>  
> 
> From: Dhis2-users [mailto:dhis2-users-bounces+erobinson 
> =projectbalance@lists.launchpad.net
>  ] On Behalf Of GROUT, Lise
> Sent: Wednesday, 08 November 2017 10:39 AM
> To: Dhis2 Users  >
> Cc: RAMON JOSE JIMENEZ POMARETA >
> Subject: [Dhis2-users] [WISCENTDs] User role > Authorities
> 
>  
> 
> Dear all,
> 
>  
> 
> Is there a place where we could find clear description of each authorities 
> available to create user roles?
> 
>  
> 
> Best
> 
> lise
> 
>  
> 
> Dr. Lise Grout
> 
> Epidemiologist
> 
>  
> 
> World Health Organization
> 
> Department of Neglected Tropical Diseases (HTM/NTD/IDM)
> Innovative and Intensified Disease Management Unit
> 20, Avenue Appia; CH-1211 Geneva 27
> Tel. +41 22 791 2341 
> Mobile +41 79 290 68 61 
> Skype: tigrouveto
> http://www.who.int/neglected_diseases 
>  
> 
> 
> ___
> Mailing list: https://launchpad.net/~dhis2-users 
> 
> Post to : dhis2-users@lists.launchpad.net 
> 
> Unsubscribe : https://launchpad.net/~dhis2-users 
> 
> More help   : https://help.launchpad.net/ListHelp 
> 
> 
> 
> 
> 
> -- 
> Knut Staring
> Dept. of Informatics, University of Oslo
> Norway: +4791880522 
> Skype: knutstar
> http://dhis2.org 
> ___
> Mailing list: https://launchpad.net/~dhis2-users
> Post to : dhis2-users@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] Android Tracker Capture app doen not allow complete on hidden mandatory fields

2017-11-09 Thread Absolom MURAMIRA
Dear Developers,
We are using the DHIS2 Tracker capture app compatible with v2.27 to conduct a 
survey. The survey design has some skip logic integrated in the tool and 
program stage. Most of the questions are mandatory but for example if the 
person is not available for the assessment, the enumerator selects not assessed 
and the jump hides the other mandatory fields and then the enumerator is 
supposed to complete the event. This was tested using the browser and it works 
perfectly well however when using the app, it hides the fields but does not 
allow to complete the event and reports that there are missing mandatory fields.
The work around is to flag this and wait for the app to sync and we complete 
the event from the browser which takes more time.

Kindly advise me if there is a better way i can accomplish this or if it is 
something that hasn't been supported yet. Thank you.
AbsolomKigali

___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp