Re: [Dhis2-devs] [Dhis2-users] Inherit function for Tracked Entity Attributes

2017-09-12 Thread Abyot Asalefew Gizaw
Hi,

Ticking the inherit checkbox will make an attribute - in your case "house
hold code" - inheritable.

https://play.dhis2.org/dev/dhis-web-maintenance/#/edit/trackerSection/trackedEntityAttribute/add

--
Abyot A. Gizaw.
Senior Engineer, DHIS2
University of Oslo
http://www.dhis2.org

On Tue, Sep 12, 2017 at 7:11 AM, Stanley Kalyati  wrote:

> I want to learn also.
>
> On Sep 10, 2017 9:55 AM, "Georgi Chakarov" 
> wrote:
>
>> Hello!
>>
>>
>>
>> Can someone explain how the inherit function of Tracked Entity Attribute
>> in v. 2.27 works?
>>
>> Here’s what the user manual says on the topic:
>>
>> “Select *Inherit* to registry a new entity for relationship with an
>> available entity, all inherit entity attribute values of the entity will be
>> pre-filled in the registration form.”
>>
>>
>>
>> In short, this is what I am trying to do. In one tracker program, I am
>> registering Households, which have a household code generated by DHIS2. In
>> another program, I am registering household members as beneficiaries, which
>> also need to have the household code in their profile. How do I make
>> Household code at beneficiary registration to be inherited from the
>> previously registered Households?
>>
>>
>>
>> Thanks you in advance!
>>
>>
>>
>> Georgi
>>
>>
>>
>>
>> Georgi Chakarov, CIA | geo...@logicaloutcomes.net | +1-647-478-5634 x 104
>> <(647)%20478-5634> | LogicalOutcomes c/o Centre for Social Innovation,
>> 720 Bathurst Street, Toronto Canada M5S 2R4 | *You may unsubscribe from
>> receiving commercial electronic messages from LogicalOutcomes by emailing *
>> *i...@logicaloutcomes.net* 
>>
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-users
>> Post to : dhis2-us...@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-users
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] [Dhis2-users] Avoid double registration of Tracked entities

2017-09-12 Thread Abyot Asalefew Gizaw
Hi,

The only possibility we have at the moment is if you make those attributes
unique.

--
Abyot A. Gizaw.
Senior Engineer, DHIS2
University of Oslo
http://www.dhis2.org

On Tue, Sep 12, 2017 at 7:10 AM, Stanley Kalyati  wrote:

> Has anyone responded to this? Am also very interested.
>
> Thanks
>
> On Sep 10, 2017 11:22 AM, "Georgi Chakarov" 
> wrote:
>
>> Hello!
>>
>> Is there a way to avoid a double registration of Tracked entities? E.g.
>> the attributes are Name, Surname, Date of Birth, can I create a program
>> rule that searches if all three values match existing records to prompt a
>> message that a person with such attributes already exists? Another
>> suggestion is also welcome.
>>
>>
>>
>> Regards,
>>
>>
>>
>> Georgi
>>
>>
>>
>>
>> Georgi Chakarov, CIA | geo...@logicaloutcomes.net | +1-647-478-5634 x 104
>> <(647)%20478-5634> | LogicalOutcomes c/o Centre for Social Innovation,
>> 720 Bathurst Street, Toronto Canada M5S 2R4 | *You may unsubscribe from
>> receiving commercial electronic messages from LogicalOutcomes by emailing *
>> *i...@logicaloutcomes.net* 
>>
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-users
>> Post to : dhis2-us...@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-us...@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help   : https://help.launchpad.net/ListHelp
>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] [Dhis2-users] Avoid double registration of Tracked entities

2017-09-12 Thread Adebusoye Anifalaje
Hi Georgi,

You can always create a query that identifies duplicates based on any number or 
combination of parameters. The query could then be wrapped in a report that end 
users can run ad hoc.

Best

- -




Busoye Anifalaje (PhD)
Director of Services (Principal), BAO Systems
UK: +44 7901-740-757 | US: +1 682-307-0986|
 bus...@baosystems.com  | 
http://www.baosystems.com  |
Skype: busoye | 2900 K Street, Suite 406, Washington D.C. 20007

> On 12 Sep 2017, at 08:18, Georgi Chakarov  wrote:
> 
> Hi,
>  
> This will not work, because each of this attributes can have a duplicate. 
> E.g. you might have two persons by the name of “John”. It is the combination 
> of those attributes that needs to be unique, as it is less likely to have two 
> people with the same First Name and Surname, born on the same date.
>  
> There should be another solution. Our clients are very surprised how a system 
> is unable to lookup in the existing records and identify duplicates. Anyone?
>  
> Georgi
>  
> From: Abyot Asalefew Gizaw [mailto:ab...@dhis2.org ] 
> Sent: Tuesday, September 12, 2017 10:13 AM
> To: Stanley Kalyati mailto:skaly...@gmail.com>>
> Cc: Georgi Chakarov  >; DHIS Users 
> mailto:dhis2-us...@lists.launchpad.net>>; 
> DHIS 2 Developers list  >
> Subject: Re: [Dhis2-users] Avoid double registration of Tracked entities
>  
> Hi,
>  
> The only possibility we have at the moment is if you make those attributes 
> unique.
> 
> --
> Abyot A. Gizaw.
> Senior Engineer, DHIS2
> University of Oslo
> http://www.dhis2.org 
>  
> On Tue, Sep 12, 2017 at 7:10 AM, Stanley Kalyati  > wrote:
> Has anyone responded to this? Am also very interested.
>  
> Thanks
>  
> On Sep 10, 2017 11:22 AM, "Georgi Chakarov"  > wrote:
> Hello!
> 
> Is there a way to avoid a double registration of Tracked entities? E.g. the 
> attributes are Name, Surname, Date of Birth, can I create a program rule that 
> searches if all three values match existing records to prompt a message that 
> a person with such attributes already exists? Another suggestion is also 
> welcome.
>  
> Regards,
>  
> Georgi
>  
>   
> Georgi Chakarov, CIA | geo...@logicaloutcomes.net 
>  | +1-647-478-5634 x 104 
>  | LogicalOutcomes c/o Centre for Social Innovation, 
> 720 Bathurst Street, Toronto Canada M5S 2R4 | You may unsubscribe from 
> receiving commercial electronic messages from LogicalOutcomes by emailing 
> i...@logicaloutcomes.net 
>  
>  
> ___
> Mailing list: https://launchpad.net/~dhis2-users 
> 
> Post to : dhis2-us...@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-us...@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-us...@lists.launchpad.net 
> 
> Unsubscribe : https://launchpad.net/~dhis2-users 
> 
> More help   : https://help.launchpad.net/ListHelp 
> 

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


Re: [Dhis2-devs] [Dhis2-users] Avoid double registration of Tracked entities

2017-09-12 Thread Abyot Asalefew Gizaw
Yes, we are aware of the limitation and we are working on to improve that.
See here https://jira.dhis2.org/browse/DHIS2-677

At the moment you can only achieve that if you have something like national
id or other unique ids.

--
Abyot A. Gizaw.
Senior Engineer, DHIS2
University of Oslo
http://www.dhis2.org

On Tue, Sep 12, 2017 at 9:18 AM, Georgi Chakarov  wrote:

> Hi,
>
>
>
> This will not work, because each of this attributes can have a duplicate.
> E.g. you might have two persons by the name of “John”. It is the
> combination of those attributes that needs to be unique, as it is less
> likely to have two people with the same First Name and Surname, born on the
> same date.
>
>
>
> There should be another solution. Our clients are very surprised how a
> system is unable to lookup in the existing records and identify duplicates.
> Anyone?
>
>
>
> Georgi
>
>
>
> *From:* Abyot Asalefew Gizaw [mailto:ab...@dhis2.org]
> *Sent:* Tuesday, September 12, 2017 10:13 AM
> *To:* Stanley Kalyati 
> *Cc:* Georgi Chakarov ; DHIS Users <
> dhis2-us...@lists.launchpad.net>; DHIS 2 Developers list <
> dhis2-devs@lists.launchpad.net>
> *Subject:* Re: [Dhis2-users] Avoid double registration of Tracked entities
>
>
>
> Hi,
>
>
>
> The only possibility we have at the moment is if you make those attributes
> unique.
>
>
> --
>
> Abyot A. Gizaw.
>
> Senior Engineer, DHIS2
>
> University of Oslo
>
> http://www.dhis2.org
>
>
>
> On Tue, Sep 12, 2017 at 7:10 AM, Stanley Kalyati 
> wrote:
>
> Has anyone responded to this? Am also very interested.
>
>
>
> Thanks
>
>
>
> On Sep 10, 2017 11:22 AM, "Georgi Chakarov" 
> wrote:
>
> Hello!
>
> Is there a way to avoid a double registration of Tracked entities? E.g.
> the attributes are Name, Surname, Date of Birth, can I create a program
> rule that searches if all three values match existing records to prompt a
> message that a person with such attributes already exists? Another
> suggestion is also welcome.
>
>
>
> Regards,
>
>
>
> Georgi
>
>
>
>
> Georgi Chakarov, CIA | geo...@logicaloutcomes.net | +1-647-478-5634 x 104
> <(647)%20478-5634> | LogicalOutcomes c/o Centre for Social Innovation, 720
> Bathurst Street, Toronto Canada M5S 2R4
> 
> | *You may unsubscribe from receiving commercial electronic messages from
> LogicalOutcomes by emailing **i...@logicaloutcomes.net*
> 
>
>
>
>
>
> ___
> Mailing list: https://launchpad.net/~dhis2-users
> Post to : dhis2-us...@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-us...@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help   : https://help.launchpad.net/ListHelp
>
>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] [Dhis2-users] Inherit function for Tracked Entity Attributes

2017-09-12 Thread Abyot Asalefew Gizaw
This won't happen during "normal registration" only under the context of
"relationship registration".

A = House hold, B = house hold member

A is registered with house hold code.

open A's dashboard,

go to Relationship widget

click *Add* - here you will be adding B

select the program where you have house hold is assigned to

click register - the small green plus icon -

you should get list of attributes to fill together with house hold code
which is pre-filled


--
Abyot A. Gizaw.
Senior Engineer, DHIS2
University of Oslo
http://www.dhis2.org

On Tue, Sep 12, 2017 at 9:24 AM, Georgi Chakarov  wrote:

> I understand this, but what does it mean and how does it work?
>
>
>
> I imagine that if I have a household registered in a program with a HH
> code marked as inherit and then I register a member who also has a HH code
> in their profile, DHIS2 will be able to pick the code from the Household
> and assign it to my member, if I tell it to do so. In other words, the
> member will inherit the code of the household, if the two are related.
>
> However, I tested this and nothing changed at registration of an HH
> member. I simply did not see how the code inherit function works.
>
>
>
> Any thoughts?
>
>
>
> Georgi
>
>
>
> *From:* Abyot Asalefew Gizaw [mailto:ab...@dhis2.org]
> *Sent:* Tuesday, September 12, 2017 10:12 AM
> *To:* Stanley Kalyati 
> *Cc:* Georgi Chakarov ; DHIS Users <
> dhis2-us...@lists.launchpad.net>; DHIS 2 Developers list <
> dhis2-devs@lists.launchpad.net>
> *Subject:* Re: [Dhis2-devs] [Dhis2-users] Inherit function for Tracked
> Entity Attributes
>
>
>
> Hi,
>
>
>
> Ticking the inherit checkbox will make an attribute - in your case "house
> hold code" - inheritable.
>
>
>
> https://play.dhis2.org/dev/dhis-web-maintenance/#/edit/trackerSection/
> trackedEntityAttribute/add
>
>
> --
>
> Abyot A. Gizaw.
>
> Senior Engineer, DHIS2
>
> University of Oslo
>
> http://www.dhis2.org
>
>
>
> On Tue, Sep 12, 2017 at 7:11 AM, Stanley Kalyati 
> wrote:
>
> I want to learn also.
>
>
>
> On Sep 10, 2017 9:55 AM, "Georgi Chakarov" 
> wrote:
>
> Hello!
>
>
>
> Can someone explain how the inherit function of Tracked Entity Attribute
> in v. 2.27 works?
>
> Here’s what the user manual says on the topic:
>
> “Select *Inherit* to registry a new entity for relationship with an
> available entity, all inherit entity attribute values of the entity will be
> pre-filled in the registration form.”
>
>
>
> In short, this is what I am trying to do. In one tracker program, I am
> registering Households, which have a household code generated by DHIS2. In
> another program, I am registering household members as beneficiaries, which
> also need to have the household code in their profile. How do I make
> Household code at beneficiary registration to be inherited from the
> previously registered Households?
>
>
>
> Thanks you in advance!
>
>
>
> Georgi
>
>
>
>
> Georgi Chakarov, CIA | geo...@logicaloutcomes.net | +1-647-478-5634 x 104
> <(647)%20478-5634> | LogicalOutcomes c/o Centre for Social Innovation, 720
> Bathurst Street, Toronto Canada M5S 2R4
> 
> | *You may unsubscribe from receiving commercial electronic messages from
> LogicalOutcomes by emailing **i...@logicaloutcomes.net*
> 
>
>
>
>
>
> ___
> Mailing list: https://launchpad.net/~dhis2-users
> Post to : dhis2-us...@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help   : https://help.launchpad.net/ListHelp
>
>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] [Dhis2-users] Avoid double registration of Tracked entities

2017-09-12 Thread Adebusoye Anifalaje
Hi Georgi,

Great to connect again. 

Abyot is right: unless you implement a unique identifier scheme for each 
record, there is currently no way to achieve what you want. If you can wait, 
the feature will eventually make it into the core s/w. 

Alternatively, if you can’t wait, what I was proposing was not for end users to 
run a query. Rather, the query would already be created with a standard report 
template (HTML?) to go with it. The end user would only be required to click on 
generate report. You can add parameters to the report like org unit (e.g. 
looking for duplicates within a specific org unit). 

Not sure you have many options at this stage.

Cheers.

- -




Busoye Anifalaje (PhD)
Director of Services (Principal), BAO Systems
UK: +44 7901-740-757 | US: +1 682-307-0986|
 bus...@baosystems.com  | 
http://www.baosystems.com  |
Skype: busoye | 2900 K Street, Suite 406, Washington D.C. 20007

> On 12 Sep 2017, at 08:27, Georgi Chakarov  wrote:
> 
> Hello Adebusoye!
> 
> Nice to hear from you again, since our meeting in London at the WW Summit!
>  
> Thank you for your thoughts! The thing is, I can’t really tell data entry 
> people, working on the field to run a query. They simply can’t. This needs to 
> be a user interface solution. Do you have other ideas in mind?
>  
> Georgi
>  
> From: Adebusoye Anifalaje [mailto:bus...@baosystems.com 
> ] 
> Sent: Tuesday, September 12, 2017 10:23 AM
> To: Georgi Chakarov  >
> Cc: Abyot Asalefew Gizaw mailto:ab...@dhis2.org>>; Stanley 
> Kalyati mailto:skaly...@gmail.com>>; 
> dhis2-us...@lists.launchpad.net ; 
> DHIS 2 developers  >
> Subject: Re: [Dhis2-users] Avoid double registration of Tracked entities
>  
> Hi Georgi,
>  
> You can always create a query that identifies duplicates based on any number 
> or combination of parameters. The query could then be wrapped in a report 
> that end users can run ad hoc.
>  
> Best
>  
> - -
>  
> 
> 
> 
> Busoye Anifalaje (PhD)
> Director of Services (Principal), BAO Systems
> UK: +44 7901-740-757 | US: +1 682-307-0986|
>  bus...@baosystems.com  | 
> http://www.baosystems.com  |
> Skype: busoye | 2900 K Street, Suite 406, Washington D.C. 20007
>  
> On 12 Sep 2017, at 08:18, Georgi Chakarov  > wrote:
>  
> Hi,
>  
> This will not work, because each of this attributes can have a duplicate. 
> E.g. you might have two persons by the name of “John”. It is the combination 
> of those attributes that needs to be unique, as it is less likely to have two 
> people with the same First Name and Surname, born on the same date.
>  
> There should be another solution. Our clients are very surprised how a system 
> is unable to lookup in the existing records and identify duplicates. Anyone?
>  
> Georgi
>  
> From: Abyot Asalefew Gizaw [mailto:ab...@dhis2.org ] 
> Sent: Tuesday, September 12, 2017 10:13 AM
> To: Stanley Kalyati mailto:skaly...@gmail.com>>
> Cc: Georgi Chakarov  >; DHIS Users 
> mailto:dhis2-us...@lists.launchpad.net>>; 
> DHIS 2 Developers list  >
> Subject: Re: [Dhis2-users] Avoid double registration of Tracked entities
>  
> Hi,
>  
> The only possibility we have at the moment is if you make those attributes 
> unique.
> 
> --
> Abyot A. Gizaw.
> Senior Engineer, DHIS2
> University of Oslo
> http://www.dhis2.org 
>  
> On Tue, Sep 12, 2017 at 7:10 AM, Stanley Kalyati  > wrote:
> Has anyone responded to this? Am also very interested.
>  
> Thanks
>  
> On Sep 10, 2017 11:22 AM, "Georgi Chakarov"  > wrote:
> Hello!
> 
> Is there a way to avoid a double registration of Tracked entities? E.g. the 
> attributes are Name, Surname, Date of Birth, can I create a program rule that 
> searches if all three values match existing records to prompt a message that 
> a person with such attributes already exists? Another suggestion is also 
> welcome.
>  
> Regards,
>  
> Georgi
>  
>   
> Georgi Chakarov, CIA | geo...@logicaloutcomes.net 
>  | +1-647-478-5634 x 104 
>  | LogicalOutcomes c/o Centre for Social Innovation, 
> 720 Bathurst Street, Toronto Canada M5S 2R4 | You may unsubscribe from 
> receiving commercial electronic messages from LogicalOutcomes by emailing 
> i...@logicaloutcomes.net 
>  
>  
> ___
> Mailing list: https://launchpad.net/~dhis2-users 
> 
> Post to : dhis2-us...@lists.launchpad.net 
> 
> Unsubscribe : https://launchpad.net/~dhis2-users

Re: [Dhis2-devs] [Dhis2-users] Avoid double registration of Tracked entities

2017-09-12 Thread Olav Poppe
Hi, 
haven’t tested if this is even possible with attributes, but with the program 
rule ASSIGN functionality, you could potentially have a program rule that 
concatenates your different attributes into one, and you have a unique 
constrain on that. For example if you have first name, last name, date of birth 
as variables, you make a "unique id" attribute which is "John-Doe-20170843".

Just a thought.

Regards
Olav


> 12. sep. 2017 kl. 09.38 skrev Georgi Chakarov :
> 
> Thank you both!
>  
> I will implement the unique ID for the time being, although the client does 
> not always have an ID for its clients, especially for babies. The other thing 
> is that they want ID’s to be automatically generated by DHIS2, which excludes 
> the option of anchoring around the ID. Anyhow…
>  
> Thanks again!
>  
> Georgi
>  
> From: Adebusoye Anifalaje [mailto:bus...@baosystems.com 
> ] 
> Sent: Tuesday, September 12, 2017 10:34 AM
> To: Georgi Chakarov  >
> Cc: Abyot Asalefew Gizaw mailto:ab...@dhis2.org>>; Stanley 
> Kalyati mailto:skaly...@gmail.com>>; 
> dhis2-us...@lists.launchpad.net ; 
> DHIS 2 developers  >
> Subject: Re: [Dhis2-users] Avoid double registration of Tracked entities
>  
> Hi Georgi,
>  
> Great to connect again. 
>  
> Abyot is right: unless you implement a unique identifier scheme for each 
> record, there is currently no way to achieve what you want. If you can wait, 
> the feature will eventually make it into the core s/w. 
>  
> Alternatively, if you can’t wait, what I was proposing was not for end users 
> to run a query. Rather, the query would already be created with a standard 
> report template (HTML?) to go with it. The end user would only be required to 
> click on generate report. You can add parameters to the report like org unit 
> (e.g. looking for duplicates within a specific org unit). 
>  
> Not sure you have many options at this stage.
>  
> Cheers.
> 
> - -
>  
> 
> 
> 
> Busoye Anifalaje (PhD)
> Director of Services (Principal), BAO Systems
> UK: +44 7901-740-757 | US: +1 682-307-0986|
>  bus...@baosystems.com  | 
> http://www.baosystems.com  |
> Skype: busoye | 2900 K Street, Suite 406, Washington D.C. 20007
>  
> On 12 Sep 2017, at 08:27, Georgi Chakarov  > wrote:
>  
> Hello Adebusoye!
> 
> 
> Nice to hear from you again, since our meeting in London at the WW Summit!
>  
> Thank you for your thoughts! The thing is, I can’t really tell data entry 
> people, working on the field to run a query. They simply can’t. This needs to 
> be a user interface solution. Do you have other ideas in mind?
>  
> Georgi
>  
> From: Adebusoye Anifalaje [mailto:bus...@baosystems.com 
> ] 
> Sent: Tuesday, September 12, 2017 10:23 AM
> To: Georgi Chakarov  >
> Cc: Abyot Asalefew Gizaw mailto:ab...@dhis2.org>>; Stanley 
> Kalyati mailto:skaly...@gmail.com>>; 
> dhis2-us...@lists.launchpad.net ; 
> DHIS 2 developers  >
> Subject: Re: [Dhis2-users] Avoid double registration of Tracked entities
>  
> Hi Georgi,
>  
> You can always create a query that identifies duplicates based on any number 
> or combination of parameters. The query could then be wrapped in a report 
> that end users can run ad hoc.
>  
> Best
>  
> - -
>  
> 
> 
> 
> 
> Busoye Anifalaje (PhD)
> Director of Services (Principal), BAO Systems
> UK: +44 7901-740-757 | US: +1 682-307-0986|
>  bus...@baosystems.com  | 
> http://www.baosystems.com  |
> Skype: busoye | 2900 K Street, Suite 406, Washington D.C. 20007
>  
> On 12 Sep 2017, at 08:18, Georgi Chakarov  > wrote:
>  
> Hi,
>  
> This will not work, because each of this attributes can have a duplicate. 
> E.g. you might have two persons by the name of “John”. It is the combination 
> of those attributes that needs to be unique, as it is less likely to have two 
> people with the same First Name and Surname, born on the same date.
>  
> There should be another solution. Our clients are very surprised how a system 
> is unable to lookup in the existing records and identify duplicates. Anyone?
>  
> Georgi
>  
> From: Abyot Asalefew Gizaw [mailto:ab...@dhis2.org ] 
> Sent: Tuesday, September 12, 2017 10:13 AM
> To: Stanley Kalyati mailto:skaly...@gmail.com>>
> Cc: Georgi Chakarov  >; DHIS Users 
> mailto:dhis2-us...@lists.launchpad.net>>; 
> DHIS 2 Developers list  >
> Subject: Re: [Dhis2-users] Avoid double registration of Tracked entities
>  
> Hi,
>  
> The only possibility we have at the moment is if you make t

Re: [Dhis2-devs] [Dhis2-users] Event favourites not loading

2017-09-12 Thread Jan Henrik Øverland
Hi guys,

This was just fixed in 2.26. Please download the new war file.

Jan

On 11 September 2017 at 21:52, Timothy Kiyemba  wrote:

> Yes Alex,
>
> I also submitted a JIRA issue DHIS2-2062
>  about this on 17th August
> 2017, still waiting for response.
>
> Timothy Kiyemba
> Senior M&E Advisor
> University Research Company
>
>
>
> On Mon, Sep 11, 2017 at 9:31 PM, Alex Tumwesigye 
> wrote:
>
>> Hi Timothy,
>>
>> Im facing the same issue on 2.26. Some eventreportplugin is not defined.
>>
>> Alex
>>
>> On Friday, September 8, 2017, Timothy Kiyemba  wrote:
>>
>>> Dear Prosper,
>>>
>>> I am using DHIS2 2.26 version 2090607. The one released on 7th
>>> September 2017. I have not yet upgraded to 2.27. Perhaps I should consider
>>> an upgrade. How stable is it now?
>>>
>>> Kind regards
>>>
>>> Timothy
>>>
>>> On Fri, Sep 8, 2017 at 1:04 PM, Prosper BT  wrote:
>>>
 Dear Timothy,

 What version are you running? We experienced the same at one point but
 because we keep upgrading to the latest build of 2.27, it was later no
 more. I cant remember the exact build number.

 But try upgrading to the latest build and see.

 Regards

 Prosper Behumbiize, MPH
 DHIS2 Implementation| HISP Uganda
 pros...@hispuganda.org | pros...@dhis2.org | Skype: prospertb

 On Thu, Sep 7, 2017 at 8:55 PM, Timothy Kiyemba 
 wrote:

> Anyone faced this challenge before? Please help
>
> On Thu, Sep 7, 2017 at 11:45 AM, Timothy Kiyemba 
> wrote:
>
>> Dear all,
>>
>> Anyone faced this challenge before, none of my events reports can be
>> loaded on the dashboard. I get this error message and the favourites 
>> never
>> loads.
>>
>> Please help
>>
>> Timothy
>>
>
>
> ___
> Mailing list: https://launchpad.net/~dhis2-users
> Post to : dhis2-us...@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help   : https://help.launchpad.net/ListHelp
>
>

>>>
>>
>> --
>> Alex Tumwesigye
>>
>> Technical Advisor - DHIS2 (Consultant),
>> Ministry of Health/AFENET  | HISP Uganda
>> Kampala
>> Uganda
>> +256 774149 775, + 256 759 800161
>> Skype ID: talexie
>>
>> IT Consultant (Servers, Networks and Security, Health Information Systems
>> - DHIS2, Disease Outbreak & Surveillance Systems) & Solar Consultant
>>
>>
>> "I don't want to be anything other than what I have been - one tree hill "
>>
>>
>
> ___
> Mailing list: https://launchpad.net/~dhis2-users
> Post to : dhis2-us...@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
Jan Henrik Øverland
Software developer, DHIS 2
University of Oslo
http://www.dhis2.org 
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Urgent: Data captured offline fails to upload

2017-09-12 Thread Elmarie Claasen
Hi Devs,



I have logged a jira issue attached for offline data not uploading to
server – confirmed on Sierra Leone.

Can this please be attended to as a matter of urgency?



Regards,



*Elmarie Claasen*

[image: Hisp logo]

Project Manager

Health Information Systems Program

Tel:  041-367 1027

Cell: 082 374 2209

E-mail: elma...@hisp.org

Skype:  elmarie.claasen52

-- 


*This message and any attachments are subject to a disclaimer published at 
http://www.hisp.org/policies.html#comms_disclaimer 
.  Please read the 
disclaimer before opening any attachment or taking any other action in 
terms of this electronic transmission.  If you cannot access the 
disclaimer, kindly send an email to disclai...@hisp.org 
 and a copy will be provided to you. By replying to 
this e-mail or opening any attachment you agree to be bound by the 
provisions of the disclaimer.*
<>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Organisation unit distribution API

2017-09-12 Thread Pooben Dass
Hi

Is there an API call to get the same data as per the 'Organisation unit
distribution report' for OrgUnitType?

Kind Regards
Pooben

-- 


*This message and any attachments are subject to a disclaimer published at 
http://www.hisp.org/policies.html#comms_disclaimer 
.  Please read the 
disclaimer before opening any attachment or taking any other action in 
terms of this electronic transmission.  If you cannot access the 
disclaimer, kindly send an email to disclai...@hisp.org 
 and a copy will be provided to you. By replying to 
this e-mail or opening any attachment you agree to be bound by the 
provisions of the disclaimer.*
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Interoperability of ODK & DHIS2

2017-09-12 Thread channara rin
Hi All,
Do you know this link:https://github.com/hispindia/dhis-odk-integration , i
saw in forum. Could you guide a little bit how to use it?

thank you,
channara

On Fri, Sep 1, 2017 at 3:55 PM, Martin Van Aken 
wrote:

> Interesting, thanks!
>
> Martin
>
> On Fri, Sep 1, 2017 at 10:23 AM, Knut Staring  wrote:
>
>> Hi Carlos,
>>
>> You can also have a look here:
>> https://github.com/hispindia/dhis-odk-integration
>>
>> Knut
>>
>> On Wed, Aug 30, 2017 at 11:47 AM, Martin Van Aken <
>> mar...@joyouscoding.com> wrote:
>>
>>> Hi Carlos,
>>> We (bluesquarehub.com) have been doing this for several of our
>>> customers as part as a (commercial) product. While I can't share the code,
>>> I'll be happy to discuss about the lessons learned, and to better
>>> understand your needs to see if our cases are similar.
>>>
>>> Don't hesitate to contact me if interested.
>>>
>>> Regards,
>>>
>>> Martin
>>>
>>> On Tue, Aug 29, 2017 at 3:24 PM, Carlos Nyembwe 
>>> wrote:
>>>
 Hello All

 I'm starting to do that, now I need a help about the main points what I
 must set up before using this

 Regards

 --
 *Carlos Nyembwe*
 *I'm just a Computer Scientist*

 *Skype: carloscnk1*
 *Cell: (+243)813166381 <+243%20813%20166%20381>*
 *Find me in: | Google Plus  | 
 **Linkedin
  | Facebook
  | Twitter
  |*

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


>>>
>>>
>>> --
>>> *Martin Van Aken - **Freelance Enthusiast Developer*
>>>
>>> Mobile : +32 486 899 652
>>>
>>> Follow me on Twitter : @martinvanaken 
>>> Call me on Skype : vanakenm
>>> Hang out with me : mar...@joyouscoding.com
>>> Contact me on LinkedIn : http://www.linkedin.com/in/martinvanaken
>>> Company website : www.joyouscoding.com
>>>
>>> ___
>>> Mailing list: https://launchpad.net/~dhis2-devs
>>> Post to : dhis2-devs@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~dhis2-devs
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>>
>>
>> --
>> Knut Staring
>> Dept. of Informatics, University of Oslo
>> Norway: +4791880522 <+47%20918%2080%20522>
>> Skype: knutstar
>> http://dhis2.org
>>
>
>
>
> --
> *Martin Van Aken - **Freelance Enthusiast Developer*
>
> Mobile : +32 486 899 652
>
> Follow me on Twitter : @martinvanaken 
> Call me on Skype : vanakenm
> Hang out with me : mar...@joyouscoding.com
> Contact me on LinkedIn : http://www.linkedin.com/in/martinvanaken
> Company website : www.joyouscoding.com
>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp