Re: [Dhis2-devs] [Dhis2-users] Indicator totals count is incorrect

2018-09-19 Thread Nayeem Al Mifthah
Hi Calle
Hope you doing well.

You are correct in a sense of different analytics type may required for
indicator aggregation :-)

There are better and easy way to calculate. If you minutely look at my
earlier mail, probably you identify that, I have written to perform
aggregation according to aggregation type of the particular data element,
which might be sum, average, average (sum in organisation unit hierarchy
etc.). After that the indicator calculation should done.

Probably my earlier mail have difficulties to understand due to only one
example. Let me give another example as well-

Probably there is a data element for number of doctors posted in an health
facility with aggregation type average (sum in organisation unit hierarchy)
and another data element for number of patient visited with aggregation
type sum.

Now you might have the below data table-

Hospital A, January, Doctor posted- 6
Hospital A, February, Doctor posted- 4
Hospital A, March, Doctor posted- 6

Hospital A, January, Patient visited- 3000
Hospital A, February, Patient visited- 4000
Hospital A, March, Patient visited- 6000

Hospital B, January, Doctor posted- 40
Hospital B, February, Doctor posted- 50
Hospital B, March, Doctor posted- 80

Hospital B, January, Patient visited- 4
Hospital B, February, Patient visited- 3
Hospital B, March, Patient visited- 4

___
If you want to calculate average number of patient seen by one doctor, you
can find-
Hospital A in January- 500
Hospital A in February- 1000
Hospital A in March- 1000

Now if you want to make the same indicator for first quarter there is no
way to calculate from 500, 1000, and 1000. There average is 833 which is
not actually expected result, even the sum 2500 is not also expected value.

The best way is to make sum of patient as per the aggregation type of the
data element which gives (3000+4000+6000)= 13000 and make average number of
doctor posted for the period (6+4+6)/3= 5.33. Now if we done the
calculation for the indicator we found 13000/5.33= 2439 patient has been
seen averagely by one doctor in first quarter.
___

Again, if you want to calculate the same indicator for-
Hospital A in January- 500
Hospital B in January- 1000

Now, if you want to calculate for Hospital A and B together, there is no
way to find desired value from 500 and 1000. The average is 750 and sum is
1500 which are not expected.

The desired output should be (Patient visited hospital A in January, 3000 +
Patient visited hospital B in January, 4) / (Doctor posted in Hospital A,
6 + Doctor posted in hospital B, 40).
Result 43000/46 = 934 patient per doctor.
___

The same way of calculation is also applicable for indicators which build
in combination of organization unit, program indicators and others.

Sorry for the long mail, but hope it clarifies. :-)

Regards-
*Nayeem Al Mifthah*
*Health Information Systems Specialist*
Support to the National HMIS
MIS, Directorate General of Health Services
Ministry of Health and Family Welfare, Bangladesh
Telephone: +880-2-58816459|Fax: +880-2-58813875
Mobile:  +88-01914 030 574|Email: n.mift...@gmail.com
Skype: nayeem.a.m|   LinkedIn:  linkedin.com/in/nayeemam


On Wed, Sep 19, 2018 at 2:22 AM Calle Hedberg 
wrote:

> Folks,
>
> This has been repeated ad nauseam - as you say, most health indicators
> should in general be calculated as sum(numerator)/sum(denominator), whether
> it's aggregated in the time or in the geographic dimension. That is because
> most aggregated data elements used to calculate indicators are counts of
> many discrete events.
>
> Yes, we need some alternative processing for
> - "number only" indicators (aka "Calculated data elements") and certain
> indicators
> - indicators that include data elements representing "levels" (e.g.
> hospital beds, or staff numbers - those can be summed up geographically but
> must be averaged over time).
>
> Most of the underlying meta-concepts are in the DHIS already (data types,
> aggregation types), but implementing it fully requires quite a bit of
> re-engineering analytics - which hopefully will be done for 2.31 :-)
>
> Regards
> Calle
>
> On Tue, 18 Sep 2018 at 19:03, Nayeem Al Mifthah 
> wrote:
>
>> Might be same behavior desires for totals as well.
>>
>> Regards,
>> Nayeem Al Mifthah
>> Kindly ignore typos.
>>
>> On Tue, 18 Sep 2018, 22:35 Nayeem Al Mifthah, 
>> wrote:
>>
>>> Hi Lars and others
>>> I have commented on an old issue DHIS2-575 about the desired behaviour
>>> ...
>>>
>>> I think expected behavior should calculate the element aggregation as
>>> per aggregation type of that perticular data elements first and later
>>> calculate the indicator. Exa

Re: [Dhis2-devs] [Dhis2-users] Indicator totals count is incorrect

2018-09-18 Thread Nayeem Al Mifthah
Might be same behavior desires for totals as well.

Regards,
Nayeem Al Mifthah
Kindly ignore typos.

On Tue, 18 Sep 2018, 22:35 Nayeem Al Mifthah,  wrote:

> Hi Lars and others
> I have commented on an old issue DHIS2-575 about the desired behaviour ...
>
> I think expected behavior should calculate the element aggregation as per
> aggregation type of that perticular data elements first and later calculate
> the indicator. Example:
>
> If number of patient visited OPD in January is 200 and number of admission
> in January is 40. In that case, comparison of admission to OPD is 20%.
>
> And in February, number of OPD visit in February is 400 and admission is
> 200. % of admission to OPD in February will be 50%.
>
>
>
> If I want to see the same indicator in January+February, it is showing
> liniar average of two months indicator like (20+50)/2= 35%
>
> It should show, (40+200)/(200+400)=30%
>
> I think it should aggregate the element according to aggregation type of
> that element at first and then calculate indicator.
>
>
> Regards,
> Nayeem Al Mifthah
> Kindly ignore typos.
>
>
> On Tue, 18 Sep 2018, 22:14 Lars Helge Øverland,  wrote:
>
>> Hi Gourav,
>>
>> thanks and, perhaps surprisingly, this is expected behavior as of now.
>> Indicators are often percentages, and it does not make sense to summarize a
>> lot percentages across different indicators; it makes more sense to average
>> them.
>>
>> That said, sometimes indicators represents plain sums of data elements
>> (no denominator, or denominator = 1), so we are working on some refinements
>> here which we will backport.
>>
>> best,
>>
>> Lars
>>
>>
>> On Tue, 18 Sep 2018 at 08:09, gourav sachdeva 
>> wrote:
>>
>>> Hello Team,
>>>
>>> I'm facing an issue in a pivot table, version 2.28 while calculating the
>>> total of indicators.
>>>
>>> Whenever I try to generate the pivot report with indicators it shows the
>>> average instead of the sum in the total section. I checked, the same issue
>>> has been created on Jira and the status is resolved but I am still facing
>>> the above mentioned.
>>>
>>> https://jira.dhis2.org/browse/DHIS2-3350
>>>
>>> Version: 2.28
>>> Build Revision: 6657e9d
>>> Build Date: 2018-09-17 03:20
>>>
>>> The screenshot is enclosed for the reference with the mail.
>>> Looking forward to your response.
>>>
>>> --
>>> *Thanks & Regards,*
>>>
>>> *Gourav Sachdeva*
>>> ___
>>> 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
>>>
>>
>>
>> --
>> Lars Helge Øverland
>> Technical lead, DHIS 2
>> University of Oslo
>> l...@dhis2.org
>> https://www.dhis2.org
>>
>> ___
>> 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] Indicator totals count is incorrect

2018-09-18 Thread Nayeem Al Mifthah
Hi Lars and others
I have commented on an old issue DHIS2-575 about the desired behaviour ...

I think expected behavior should calculate the element aggregation as per
aggregation type of that perticular data elements first and later calculate
the indicator. Example:

If number of patient visited OPD in January is 200 and number of admission
in January is 40. In that case, comparison of admission to OPD is 20%.

And in February, number of OPD visit in February is 400 and admission is
200. % of admission to OPD in February will be 50%.



If I want to see the same indicator in January+February, it is showing
liniar average of two months indicator like (20+50)/2= 35%

It should show, (40+200)/(200+400)=30%

I think it should aggregate the element according to aggregation type of
that element at first and then calculate indicator.


Regards,
Nayeem Al Mifthah
Kindly ignore typos.


On Tue, 18 Sep 2018, 22:14 Lars Helge Øverland,  wrote:

> Hi Gourav,
>
> thanks and, perhaps surprisingly, this is expected behavior as of now.
> Indicators are often percentages, and it does not make sense to summarize a
> lot percentages across different indicators; it makes more sense to average
> them.
>
> That said, sometimes indicators represents plain sums of data elements (no
> denominator, or denominator = 1), so we are working on some refinements
> here which we will backport.
>
> best,
>
> Lars
>
>
> On Tue, 18 Sep 2018 at 08:09, gourav sachdeva 
> wrote:
>
>> Hello Team,
>>
>> I'm facing an issue in a pivot table, version 2.28 while calculating the
>> total of indicators.
>>
>> Whenever I try to generate the pivot report with indicators it shows the
>> average instead of the sum in the total section. I checked, the same issue
>> has been created on Jira and the status is resolved but I am still facing
>> the above mentioned.
>>
>> https://jira.dhis2.org/browse/DHIS2-3350
>>
>> Version: 2.28
>> Build Revision: 6657e9d
>> Build Date: 2018-09-17 03:20
>>
>> The screenshot is enclosed for the reference with the mail.
>> Looking forward to your response.
>>
>> --
>> *Thanks & Regards,*
>>
>> *Gourav Sachdeva*
>> ___
>> 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
>>
>
>
> --
> Lars Helge Øverland
> Technical lead, DHIS 2
> University of Oslo
> l...@dhis2.org
> https://www.dhis2.org
>
> ___
> 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] Uniqueness of organisation unit name

2018-09-09 Thread Nayeem Al Mifthah
Thanks Knut. In that case using orgunit name as a ID scheme for data import
may not work.

[image: image.png]


Regards,
Nayeem Al Mifthah
Consultant for HSS, HMIS, M&E, GIS and Surveillance

Kindly ignore typos.

On 9 Sep 2018 11:03 pm, "Knut Staring"  wrote:

I think this is a feature, not a bug

On Sun, Sep 9, 2018, 6:54 PM Nayeem Al Mifthah  wrote:

> Dear All
> I have found that, Organisation unit name is accepting duplicate names. Is
> it allowed now a days? or a bug? I have created a number of Sierra Leone in
> 2.30 demo. Only Code field check duplicates.
>
> [image: image.png]
> *Nayeem Al Mifthah*
> *Health Information Systems Specialist*
> Support to the National HMIS
> MIS, Directorate General of Health Services
> Ministry of Health and Family Welfare, Bangladesh
> Telephone: +880-2-58816459|Fax: +880-2-58813875
> Mobile:  +88-01914 030 574|Email: n.mift...@gmail.com
> Skype: nayeem.a.m|   LinkedIn:  linkedin.com/in/nayeemam
> ___
> 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] Uniqueness of organisation unit name

2018-09-09 Thread Nayeem Al Mifthah
Noted with thanks.

Regards,
Nayeem Al Mifthah
Kindly ignore typos.

On Sun, 9 Sep 2018, 23:13 Knut Staring,  wrote:

> Unless you know they are unique
>
> On Sun, Sep 9, 2018, 7:10 PM Nayeem Al Mifthah 
> wrote:
>
>> Thanks Knut. In that case using orgunit name as a ID scheme for data
>> import may not work.
>>
>> [image: image.png]
>>
>>
>> Regards,
>> Nayeem Al Mifthah
>> Consultant for HSS, HMIS, M&E, GIS and Surveillance
>>
>> Kindly ignore typos.
>>
>> On 9 Sep 2018 11:03 pm, "Knut Staring"  wrote:
>>
>> I think this is a feature, not a bug
>>
>> On Sun, Sep 9, 2018, 6:54 PM Nayeem Al Mifthah 
>> wrote:
>>
>>> Dear All
>>> I have found that, Organisation unit name is accepting duplicate names.
>>> Is it allowed now a days? or a bug? I have created a number of Sierra Leone
>>> in 2.30 demo. Only Code field check duplicates.
>>>
>>> [image: image.png]
>>> *Nayeem Al Mifthah*
>>> *Health Information Systems Specialist*
>>> Support to the National HMIS
>>> MIS, Directorate General of Health Services
>>> Ministry of Health and Family Welfare, Bangladesh
>>> Telephone: +880-2-58816459|Fax: +880-2-58813875
>>> Mobile:  +88-01914 030 574|Email: n.mift...@gmail.com
>>> Skype: nayeem.a.m|   LinkedIn:  linkedin.com/in/nayeemam
>>> ___
>>> 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


[Dhis2-devs] Uniqueness of organisation unit name

2018-09-09 Thread Nayeem Al Mifthah
Dear All
I have found that, Organisation unit name is accepting duplicate names. Is
it allowed now a days? or a bug? I have created a number of Sierra Leone in
2.30 demo. Only Code field check duplicates.

[image: image.png]
*Nayeem Al Mifthah*
*Health Information Systems Specialist*
Support to the National HMIS
MIS, Directorate General of Health Services
Ministry of Health and Family Welfare, Bangladesh
Telephone: +880-2-58816459|Fax: +880-2-58813875
Mobile:  +88-01914 030 574|Email: n.mift...@gmail.com
Skype: nayeem.a.m|   LinkedIn:  linkedin.com/in/nayeemam
___
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] Setup DHIS2 in Linux (Debian)

2018-08-27 Thread Nayeem Al Mifthah
Dear All
I apologize for any misunderstanding. I know well about DHIS2 installation
in ububtu, windows, sentOS. I just want to know about any specific area to
be address in Debian.

*Nayeem Al Mifthah*
*Health Information Systems Specialist*
Support to the National HMIS
MIS, Directorate General of Health Services, Ministry of Health and Family
Welfare, Bangladesh
Telephone: +880-2-58816459|Fax: +880-2-58813875|Mobile:
 +88-01914 030 574
Email: n.mift...@gmail.com|Skype: nayeem.a.m|   LinkedIn:
linkedin.com/in/nayeemam


On Mon, Aug 27, 2018 at 1:56 PM Sachin Chougule 
wrote:

> Hi,
>
> The below document helped me to setup DHIS2 on my ubuntu machine. I hope
> it will help you too.
> Link-
> https://docs.dhis2.org/2.28/en/implementer/html/install_server_setup.html
>
> Regards,
> Sachin.
>
> On Mon, Aug 27, 2018 at 1:20 PM Muhammad Adeel  wrote:
>
>> Hi Nayeem,
>>
>>
>>1. I have a Ansible configuration for Ubuntu here
>>https://github.com/adeelshahid/dhis2-core-ansible/ it can be tuned
>>for Debian or you can get an idea what needs to be in place to put up
>>things.
>>2. *Scaling the setup*. Too much PostgresSQL data, how does one shard
>>or scale DHIS2 system. Which is important to plan before running into
>>problems in the future. I would recommend some backend person responds on
>>that.
>>
>> Regards,
>> Adeel
>>
>> On Mon, Aug 27, 2018 at 9:45 AM Nayeem Al Mifthah 
>> wrote:
>>
>>> Anyone having documentation on setup DHIS2 in Debian?
>>>
>>>
>>> *Nayeem Al Mifthah*
>>> *Health Information Systems Specialist*
>>> Support to the National HMIS
>>> MIS, Directorate General of Health Services, Ministry of Health and
>>> Family Welfare, Bangladesh
>>> Telephone: +880-2-58816459|Fax: +880-2-58813875|Mobile:
>>>  +88-01914 030 574
>>> Email: n.mift...@gmail.com|Skype: nayeem.a.m|   LinkedIn:
>>> linkedin.com/in/nayeemam
>>> ___
>>> 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
>>
>
>
> --
> Sachin Chougule
> Jr. System Administrator
> Plus91 Technologies Private Limited
> 
> Email-   sachin.choug...@plus91.in
> Mobile- +917776057100
> Web- https://www.plus91.in
>
___
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] Setup DHIS2 in Linux (Debian)

2018-08-27 Thread Nayeem Al Mifthah
Anyone having documentation on setup DHIS2 in Debian?


*Nayeem Al Mifthah*
*Health Information Systems Specialist*
Support to the National HMIS
MIS, Directorate General of Health Services, Ministry of Health and Family
Welfare, Bangladesh
Telephone: +880-2-58816459|Fax: +880-2-58813875|Mobile:
 +88-01914 030 574
Email: n.mift...@gmail.com|Skype: nayeem.a.m|   LinkedIn:
linkedin.com/in/nayeemam
___
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] Error while deleting a data element

2018-06-06 Thread Nayeem Al Mifthah
Dear Preeti
Tracker data values are in separate table. Could you please-

   - Check that this data element is not assigned in any program or program
   stage
   - Tracker data values are stored in separate table named tracked entity
   data value please check that table
   - Check audit tables for tracked entity data value named
   trackedentitydatavalueaudit



*Nayeem Al Mifthah*
*Health Information Systems Specialist*
Support to the National HMIS
MIS, Directorate General of Health Services, Ministry of Health and Family
Welfare, Bangladesh
Telephone: +880-2-58816459|Fax: +880-2-58813875|Mobile:
 +88-01914 030 574
Email: n.mift...@gmail.com|Skype: nayeem.a.m|   LinkedIn:
linkedin.com/in/nayeemam
​

On Wed, Jun 6, 2018 at 4:28 PM, Preeti Ajgaonkar 
wrote:

> Hey Knut, this is a Tracker type data element, it does not have any rows
> in datavalue table.
>
> On Wed, Jun 6, 2018 at 3:45 PM, Knut Staring  wrote:
>
>> I don't know what the issue would be, but have you checked that there is
>> nothing in the datavalue table with this dataelementid?
>>
>> Knut
>>
>> On Wed, Jun 6, 2018 at 12:14 PM Preeti Ajgaonkar <
>> apre...@thoughtworks.com> wrote:
>>
>>> Hi,
>>>
>>> I am receiving a *504-Gateway-Timeout* exception whenever I try to
>>> delete any of the data elements in DHIS 2.27. The DELETE
>>> https://hmis-qa.ehealthunit.org/api/27/dataElements/a6a1a84029f call
>>> runs for a long time and finally fails with the above error in console and 
>>> '*undefined
>>> was not deleted*' error in the UI. There is no error in the server log
>>> as well. Could anyone help me know how to get this issue resolved?
>>>
>>> --
>>> Thanks
>>> Preeti Ajgaonkar
>>> ___
>>> 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
>>>
>>
>>
>> --
>> Knut Staring
>>
>> Department of Information, Evidence and Research
>> World Health Organization, Geneva, Switzerland
>> Office: +41 22 791 3683 Mob1: +33 6 4434 2931 Mob2: +47 9188 0522
>> Skype: knutstar
>>
>
>
>
> --
> Thanks
> Preeti Ajgaonkar
>
> ___
> 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] EPI week(Start Saturday) - display week number in visual

2018-06-03 Thread Nayeem Al Mifthah
Dear Knut and Peter
This bug has already reported and already solved.

Peter, you may upgrade with latest war file.

*Nayeem Al Mifthah*
*Health Information Systems Specialist*
Support to the National HMIS
MIS, Directorate General of Health Services, Ministry of Health and Family
Welfare, Bangladesh
Telephone: +880-2-58816459|Fax: +880-2-58813875|Mobile:
 +88-01914 030 574
Email: n.mift...@gmail.com|Skype: nayeem.a.m|   LinkedIn:
linkedin.com/in/nayeemam
​

On Sun, Jun 3, 2018 at 7:21 PM, Knut Staring  wrote:

> Looks like a bug, can you recreate this on https://play.dhis2.org/2.29
> and file an issue on https://jira.dhis2.org ?
>
> Regards,
> Knut
>
> On Sun, Jun 3, 2018 at 10:02 AM Peter D Lubambi 
> wrote:
>
>> Hi All,
>> I am experiencing this problem of display, it displays same week number
>> for different weeks in visualization  - anyone else experienced this? How
>> do you handle it, it confuses users. see image below
>>
>>
>>
>>
>> Regards,
>>
>> Peter Dotto Lubambi,
>> Skype: plubambi
>> Mobile: +255 786 087 087
>> ___
>> 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
>>
>
>
> --
> Knut Staring
>
> Department of Information, Evidence and Research
> World Health Organization, Geneva, Switzerland
> Office: +41 22 791 3683 Mob1: +33 6 4434 2931 Mob2: +47 9188 0522
> Skype: knutstar
>
> ___
> 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] i can see enrollement in tracker module

2018-06-01 Thread Nayeem Al Mifthah
Dear Victor Tabu
Might be any of one or both need to be done-

   - In program design kindly check front page display option on program
   design page.
   - Make sure you haven't complete the enrollment. If completed then
   search on all enrollment or completed enrollment on the screen of tracker
   capture module.


*Nayeem Al Mifthah*
*Health Information Systems Specialist*
Support to the National HMIS
MIS, Directorate General of Health Services, Ministry of Health and Family
Welfare, Bangladesh
Telephone: +880-2-58816459|Fax: +880-2-58813875|Mobile:
 +88-01914 030 574
Email: n.mift...@gmail.com|Skype: nayeem.a.m|   LinkedIn:
linkedin.com/in/nayeemam
​

On Fri, Jun 1, 2018 at 9:29 PM, Victor Tabu  wrote:

> Hi Knut,
>
>
>
> I have a problem with my dhis2 data base, in event report I am able to see
> data witch I entered but when I go in to search the same org unit in
> tracker module no enrollment   is avaible.
>
>
>
> Is it anyone who can support me to sort out this issue
>
>
>
> Best regards
>
>
>
> 
> -
>
> *Victor TABU TSHIBAMBULA*
>
> Adminstrateur Gestionnaire du Système d’Information - Kinshasa
>
> Tel: + (243) 814784184 , VoIP : 243 0301 1096, E-mail: vt...@unicef.org,
> skype : vtabu
>
>
>
> *Fonds des Nations Unies pour l’Enfance*
>
> 372, avenue Colonel Mondiba, Kinshasa - Ngaliema
>
> Suivez nous sur Facebook <https://www.facebook.com/UNICEFRDC/>, Twitter
> <https://twitter.com/UNICEFDRC>, Pona Bana <http://ponabana.com/> et
> http://www.unicef.org/ <http://www.unicef.org/drcongo/french/>
>
>
>
>
>
>
>
>
> [image: cid:image003.jpg@01D37EE0.B5EF0170]
>
>
>
>
>
> ___
> 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] Locking Data Values when Data Set is Complete

2018-03-28 Thread Nayeem Al Mifthah
Hi Lars
Fully agree, it will make the completeness more meaningful.

*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E and Surveillance*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m

On Wed, Mar 28, 2018 at 2:33 PM, Pamod Amarakoon  wrote:

> Hi Lars,
>
> Yes, upon completion data fields should be disabled and reenabled on
> clicking incomplete. Then assessing timely submissions will be more
> meaningful.
>
> Thanx.
>
>
> On Wed, Mar 28, 2018, 1:04 PM Dennis Banga  wrote:
>
>> Hi Lars
>>
>> Referring to the same issue and some challenges we experience (jira issue),
>> such a functionality will really help . It can be a data set configuration
>> that supports the current behavior  and the suggested behavior. In
>> addition, an audit trail for the completing and in-completing of data sets
>> in data entry module will help in tracking changes within data sets as the
>> available data value audit trail functionality.
>>
>> Ahsante.
>>
>> Dennis
>>
>> On 27 March 2018 at 12:52, Lars Helge Øverland  wrote:
>>
>>> Hi Pamod,
>>>
>>> thanks, to clarify, what you want is simply to disable the input fields
>>> when the complete button is clicked, and the renable the input fields when
>>> the incomplete button is clicked?
>>>
>>> Lars
>>>
>>>
>>> On 27 March 2018 at 08:26, Pamod Amarakoon  wrote:
>>>
>>>> Dear All,
>>>>
>>>> This is with reference to the previous discussion on similar issue in
>>>> 2015 (link below)
>>>> https://lists.launchpad.net/dhis2-devs-core/msg00377.html
>>>>
>>>> As I'm aware disabling editing of data values happens through locking
>>>> mechanism which is mainly dependent on expiry date and data approval.
>>>>
>>>> We have a situation in Sri Lanka where we are already using expiry date
>>>> and data approval in the data workflow. But due to practical reasons we
>>>> cannot set a relatively short expiry date. We are assessing performance of
>>>> facilities based on data set completion date. To achieve our objective we
>>>> need to lock the data set after completion thereby if a user needs to edit
>>>> data again then he first has to incomplete data set (so completeness date
>>>> changes accordingly).
>>>>
>>>> Currently we are using a modified form.js in web-data entry folder to
>>>> achieve this. Just wondering whether there are any plans to implement this
>>>> feature in near future.
>>>>
>>>> Thank you.
>>>>
>>>> --
>>>> Regards,
>>>> Pamod Amarakoon
>>>> MBBS (SL)
>>>> MSc (Biomedical Informatics), EMSc (Health Admin), PGCert (MedEd), CEH
>>>>
>>>> HISP Sri Lanka
>>>>
>>>> Confidentiality Notice: the information contained in this email and any
>>>> attachments may be legally privileged and confidential. If you are not an
>>>> intended recipient, you are hereby notified that any dissemination,
>>>> distribution, or copying of this e-mail is strictly prohibited. If you have
>>>> received this e-mail in error, please notify the sender and permanently
>>>> delete the e-mail and any attachments immediately. You should not retain,
>>>> copy or use this e-mail or any attachments for any purpose, nor disclose
>>>> all or any part of the contents to any other person.
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Lars Helge Øverland
>>> Technical lead, DHIS 2
>>> University of Oslo
>>> l...@dhis2.org
>>> https://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
>>>
>>>
>>
> ___
> 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] WeeklySunday period labels wrong pattern

2018-03-05 Thread Nayeem Al Mifthah
Dear Bernard

There are a lot of issues under jira of DHIS2. Usually developers are busy
and it takes time solve issues.

One of the way is to *vote* for an existing issue (located on right side of
an issue) for getting more attention.

*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E and Surveillance*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m

On Mon, Mar 5, 2018 at 12:17 PM, Bernard Sadaka (IM Advisor) <
lib@pu-ami.org> wrote:

> Thank you Nayeem,
>
> I updated my JIRA issue accordingly.
>
> Any chance we can fast forward the solution of this problem?
>
> It renders this particular reporting useless with the wrong labels L for
> all our projects and we can’t substitute.
>
> All the best,
>
> Bernard
>
>
>
> [image: cid:image002.png@01D36F50.572585A0]
>
> *Bernard Sadaka*
>
> *Information Management Advisor*
>
> Première Urgence - Aide Médicale Internationale
>
> Nehmeh Building, Sanine Street, Chiyah, 3rd Floor
>
> Ain el Remmaneh, Beirut, Lebanon
>
> *E-mail:* lib@pu-ami.org
>
> *Cell:* +961 71 004 881 <+961%2071%20004%20881> (208)
>
> *Skype:* imapuami
>
> *Website:* https://www.pu-ami.org
>
>
>
>
>
> *From:* Nayeem Al Mifthah [mailto:n.mift...@gmail.com]
> *Sent:* Friday, March 2, 2018 7:36 PM
> *To:* Bernard Sadaka (IM Advisor) 
> *Cc:* dhis2-us...@lists.launchpad.net; DHIS 2 Developers list <
> dhis2-devs@lists.launchpad.net>
> *Subject:* Re: [Dhis2-users] WeeklySunday period labels wrong pattern
>
>
>
> Dear Bernard
>
> Thanks a lot for raising the issue.
>
>
>
> It seems same issue, I have also found earlier and reported.
>
>
>
> https://jira.dhis2.org/browse/DHIS2-2371
>
>
>
> Jan is looking after the issue and marked as to do. Hope to get solution
> soon.
>
>
>
> Kindly search issues before report. If your issue is completely similar to
> any issue reported earlier, kindly vote for the issue rather creating a new
> one.
>
>
>
>
>
> Regards,
> Nayeem Al Mifthah
> Consultant for HSS, HMIS, M&E, GIS and Surveillance
>
> Kindly ignore typos.
>
>
>
> On 2 Mar 2018 21:37, "Bernard Sadaka (IM Advisor)" 
> wrote:
>
> Hello All,
>
> After entering some yearlong data on a weekly basis, I realized that the
> format we use is EPI WeeklySunday and now iso. So I changed the period type
> of the dataset to WeeklySunday and got a bug which I registered at:
> https://jira.dhis2.org/browse/DHIS2-3112
>
> In short, the bug shows the WeeklySunday labels in the pivot table wrong
> as per the bellow screenshot:
>
> Further details explained in the jira…
>
> I also checked the DB table _periodstructure and it doesn't show the above
> pattern (even after doing maintenance)
>
> Meanwhile, is there a way to fix this while we wait for a proper solution?
>
>
>
> Thank you again for the invaluable help on the many support requests we
> are sending J
>
>
>
> All the best,
>
> Bernard
>
>
>
> [image: cid:image002.png@01D36F50.572585A0]
>
> *Bernard Sadaka*
>
> *Information Management Advisor*
>
> Première Urgence - Aide Médicale Internationale
>
> Nehmeh Building, Sanine Street, Chiyah, 3rd Floor
>
> Ain el Remmaneh, Beirut, Lebanon
>
> *E-mail:* lib@pu-ami.org
>
> *Cell:* +961 71 004 881 <+961%2071%20004%20881> (208)
>
> *Skype:* imapuami
>
> *Website:* https://www.pu-ami.org
>
>
>
>
>
>
> --
>
> [image: Image removed by sender. Avast logo]
> <https://www.avast.com/antivirus>
>
> This email has been checked for viruses by Avast antivirus software.
> www.avast.com <https://www.avast.com/antivirus>
>
>
>
>
> ___
> 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] WeeklySunday period labels wrong pattern

2018-03-02 Thread Nayeem Al Mifthah
Dear Bernard
Thanks a lot for raising the issue.

It seems same issue, I have also found earlier and reported.

https://jira.dhis2.org/browse/DHIS2-2371

Jan is looking after the issue and marked as to do. Hope to get solution
soon.

Kindly search issues before report. If your issue is completely similar to
any issue reported earlier, kindly vote for the issue rather creating a new
one.



Regards,
Nayeem Al Mifthah
Consultant for HSS, HMIS, M&E, GIS and Surveillance

Kindly ignore typos.

On 2 Mar 2018 21:37, "Bernard Sadaka (IM Advisor)" 
wrote:

Hello All,

After entering some yearlong data on a weekly basis, I realized that the
format we use is EPI WeeklySunday and now iso. So I changed the period type
of the dataset to WeeklySunday and got a bug which I registered at:
https://jira.dhis2.org/browse/DHIS2-3112

In short, the bug shows the WeeklySunday labels in the pivot table wrong as
per the bellow screenshot:

Further details explained in the jira…

I also checked the DB table _periodstructure and it doesn't show the above
pattern (even after doing maintenance)

Meanwhile, is there a way to fix this while we wait for a proper solution?



Thank you again for the invaluable help on the many support requests we are
sending J



All the best,

Bernard



[image: cid:image002.png@01D36F50.572585A0]

*Bernard Sadaka*

*Information Management Advisor*

Première Urgence - Aide Médicale Internationale

Nehmeh Building, Sanine Street, Chiyah, 3rd Floor

Ain el Remmaneh, Beirut, Lebanon

*E-mail:* lib@pu-ami.org

*Cell:* +961 71 004 881 <+961%2071%20004%20881> (208)

*Skype:* imapuami

*Website:* https://www.pu-ami.org






--
[image: Avast logo] <https://www.avast.com/antivirus>

This email has been checked for viruses by Avast antivirus software.
www.avast.com <https://www.avast.com/antivirus>

<#m_5078287586500227589_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

___
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] Data visualisation is not working

2017-12-13 Thread Nayeem Al Mifthah
Kindly run analytics.

*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E and Surveillance*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m

On Thu, Dec 14, 2017 at 1:40 PM, Jean de Dieu Anoubissi <
jd.anoubi...@gmail.com> wrote:

> Hil all,
>
> Is anyone have ever experience this issue?
> We upgraded our instance from 2.20 to 2.27 :80e598f
> since then we cannot create chart with data visualizer anymore
> thanks
>
> ___
> 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] Creating a comment like data element

2017-11-22 Thread Nayeem Al Mifthah
Dear Gerald

I don't know how you want to analyze. If those are common comments you may
create option set.

If you want to get some narrative description, you may make a data element
with long text as type.

*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m

On Thu, Nov 23, 2017 at 6:39 AM, gerald thomas 
wrote:

> Dear All,
> I am creating a data set which needs a section on the form for
> comment. Please how can I create a comment section data element on a
> data set form.
>
> --
> Regards,
>
> Gerald
>
> ___
> 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


[Dhis2-devs] 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&E*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m
___
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] Attributes in Program Indicators do not display

2017-10-24 Thread Nayeem Al Mifthah
Dear Immaculate
Hope you have already checked the below condition.

Is it a anonymous program (without registration)? Program without
registration have no attribute.

*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m

On Tue, Oct 24, 2017 at 9:21 PM, Immaculate Ayebazibwe 
wrote:

> Hi All,
> I am trying to create program Indicators based on attributes, however when
> I click on the attribute drop down nothing displays. I have checked on both
> 2.27 and 2.28 instances. See Image
> ​Also, my program indicators that were created in earlier version seem to
> display wrong values not sure if the 2 issues are related.
> Is this a bug or intended?
>
> Version:2.28Build revision:d6b21bbBuild date:2017-10-24 06:22
>
> Highly appreciate your help.​
>
>
> Thank you and Kind Regards
> *Immarcqulate. A (Emma Kassy) *
>
> *"You miss 100% of the shots you don't take."*
>
> ___
> 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] dhis version 2.28 is out

2017-10-11 Thread Nayeem Al Mifthah
Congratulations...

A number of new features :)

*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m

On Wed, Oct 11, 2017 at 10:56 PM, Lars Helge Øverland 
wrote:

> Hi all,
>
> DHIS version 2.28 is out. This version includes a range of improvements
> and stability enhancements.
>
> Log in with admin/district on the demo <http://play.dhis2.org/demo/>
> system.
>
>
> ANALYTICS FEATURES
>
> ---
>
> Measure criteria support in pivot tables: Pivot table app now supports
> measure criteria, meaning criteria to apply to the data being returned,
> such as a min and max value. Can be enabled in the Options dialog.
>
> Demo <https://play.dhis2.org/demo/dhis-web-pivot/?id=PXdSuazF7pJ> |
> Screenshot
> <https://s3-eu-west-1.amazonaws.com/content.dhis2.org/releases/screenshots/28/pivot-measure-criteria.png>
>
>
> Multiple regression types in charts: Data visualizer and event visualizer
> apps now supports a new option for linear, polynomial and loess regression
> types (trend lines). Can be enabled in the Options dialog.
>
> Demo 1 <https://play.dhis2.org/demo/dhis-web-visualizer/?id=rvita5y1Jt4>
> | 2 <https://play.dhis2.org/demo/dhis-web-visualizer/?id=wQg9NqpvFxM> | 
> Screenshot
> 1
> <https://s3-eu-west-1.amazonaws.com/content.dhis2.org/releases/screenshots/28/visualizer-loess-regression.png>
> | 2
> <https://s3-eu-west-1.amazonaws.com/content.dhis2.org/releases/screenshots/28/visualizer-polynomial-regression.png>
>
>
> Remove gaps in bar/column charts: Data visualizer and event visualizer
> apps now support an option for displaying bar/column charts without gaps
> between the bars/columns. Can be enabled in the Options dialog.
>
> Demo <https://play.dhis2.org/demo/dhis-web-visualizer/?id=l6KNUTi1ych> |
> Screenshot
> <https://s3-eu-west-1.amazonaws.com/content.dhis2.org/releases/screenshots/28/chart-no-space-between-columns.png>
>
>
> Daily relative periods in event analytics: Various daily relative periods
> are now supported in event reports and event visualizer.
>
> Demo <https://play.dhis2.org/demo/dhis-web-event-reports/?id=SfGJhHiX8gJ>
> | Screenshot
> <https://s3-eu-west-1.amazonaws.com/content.dhis2.org/releases/screenshots/28/event-reports-daily-relative-periods.png>
>
>
> Share favorites with users: Analytics favorites can now be shared with
> individual users in addition to user groups. This is useful for more
> flexible sharing and removes the need for always creating a group. Click
> *Share* from the *Favorites* menu.
>
> Demo
> <https://play.dhis2.org/demo/dhis-web-visualizer/index.html?id=IvXcdp2cFHa>
> | Screenshot
> <https://s3-eu-west-1.amazonaws.com/content.dhis2.org/releases/screenshots/28/favorite-user-sharing.png>
>
>
> Favorite filter for “Created by me”: You can now easily filter your
> favorites with the new “Created by me”/”Created by others” filter,
> available in all the analytics apps.
>
> Demo <https://play.dhis2.org/demo/dhis-web-visualizer/index.html> |
> Screenshot
> <https://s3-eu-west-1.amazonaws.com/content.dhis2.org/releases/screenshots/28/favorite-created-by-me-filter.png>
>
>
> Sort favorites by created and last updated: Analytics favorites can now
> be sorted by the date they were created and the date they were last updated.
>
> Demo
> <https://play.dhis2.org/demo/dhis-web-visualizer/index.html?id=IvXcdp2cFHa>
> | Screenshot
> <https://s3-eu-west-1.amazonaws.com/content.dhis2.org/releases/screenshots/28/favorites-filter-by-date-created.png>
>
>
> Combine totals and details in pivots: Total values and details (operands)
> can now be combined in pivot tables and charts.
>
> Demo <https://play.dhis2.org/demo/dhis-web-pivot/?id=MdblzK4QZVf> |
> Screenshot
> <https://s3-eu-west-1.amazonaws.com/content.dhis2.org/releases/screenshots/28/pivot-totals-details-combined.png>
>
>
> Indicator totals in pivots: The pivot table app now calculates total and
> subtotal values in a better way, dividing the sum of numerator values with
> the sum of denominator values multiplied by the average of indicator
> factors.
>
> Demo <https://play.dhis2.org/demo/dhis-web-pivot/?id=XIX8gFRck88> |
> Screenshot
> <https://s3-eu-west-1.amazonaws.com/content.dhis2.org/releases/screenshots/28/pivot-indicator-totals.png>
>
>
>
> TRACKER FEATURES
>
> ---
>
> Compare to previous event during data entry: You can now choose to
> compare the current data entry for an event with previously completed
> events. This option is available when doing data entry for a new event in
> tracker capture.

Re: [Dhis2-devs] [Dhis2-users] Data value / Track entity attribute type organisation unit analysis

2017-10-03 Thread Nayeem Al Mifthah
Great. Kindly share.

On 3 Oct 2017 17:15, "GROUT, Lise"  wrote:

> Dear Nayeem,
>
>
>
> Org unit type data elements are not supported in DHIS2 for the moment in
> the analytic tools (pivot table, visualize, GIS).
>
>
>
> What we have done so far is to build a script which replicate the program
> reversing the registering org unit tree.
>
>
>
> For example, let say you have a “malaria program” where the case is
> registered in a health facility in the org unit tree, and the place of
> residence is registered in the form thanks to an org unit type DE.
>
>
>
> The script create a “malaria program-from village” where the registering
> org unit will not be the health facility anymore but the village of
> provenance.
>
>
>
> In the analytics, you can then choose to look at your data from the place
> of diagnosis by selecting the program “malaria program” or from the place
> of residence by selecting the program “malaria program-from village”.
>
>
>
> This implies that the villages are part of your org unit tree.
>
>
>
> If you are interested in this solution, we can share the script.
>
>
>
> Best
>
> Lise
>
>
>
>
>
> *From:* Dhis2-users [mailto:dhis2-users-bounces+groutl=who.int@lists.
> launchpad.net] *On Behalf Of *Nayeem Al Mifthah
> *Sent:* 03 October 2017 11:30
> *To:* Prosper BT
> *Cc:* dhis2-us...@lists.launchpad.net; DHIS 2 Developers list
> *Subject:* Re: [Dhis2-users] Data value / Track entity attribute type
> organisation unit analysis
>
>
>
> Dear Prosper
>
> It is a different phenomenon.
>
>
>
> Let me give example:
>
>
>
> In one program patients are recorded at hospital but we need to analyze
> data according to patient home address (self-reported) for epidemiological
> analysis (distribution of diseases) also need to analyze according to
> hospital where the patient have recorded for hospital utilization analysis.
> That is why we are trying to make a tracker data element or tracked entity
> attribute to generate those kind of analysis. But on event report option we
> can't analyze it as it shows organisation UID in place of organisation name.
>
>
> *Nayeem Al Mifthah*
> *Consultant for HSS, Health MIS, M&E*
> Email: n.mift...@gmail.com
> Cell:+8801914030574 <01914-030574>
>
> Skype: nayeem.a.m
>
>
>
> On Tue, Oct 3, 2017 at 3:24 PM, Prosper BT  wrote:
>
> Dear Nayeem,
>
>
>
> This was a requested new feature to be added
>
> DHIS2-1030 <https://jira.dhis2.org/browse/DHIS2-1030>
>
>
>
> Regards
>
>
> Prosper Behumbiize, MPH
>
> DHIS2 Implementation| HISP Uganda
>
> pros...@hispuganda.org  | pros...@dhis2.org | Skype:
> prospertb
>
>
>
> On Tue, Oct 3, 2017 at 9:37 AM, Nayeem Al Mifthah 
> wrote:
>
> Does anyone have experience on using tracker data value or tracked entity
> attribute with a value type 'organisation unit'.
>
>
>
> Somehow it can't be analyze through event report, pivot table, visualizer
> or maps.
>
>
>
> I have used 2.27 and 2.26 several builds.
>
>
>
>
>
> *Nayeem Al Mifthah*
> *Consultant for HSS, Health MIS, M&E*
> Email: n.mift...@gmail.com
> Cell:+8801914030574 <+880%201914-030574>
>
> Skype: nayeem.a.m
>
>
>
> ___
> 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] Data value / Track entity attribute type organisation unit analysis

2017-10-03 Thread Nayeem Al Mifthah
Dear Prosper
It is a different phenomenon.

Let me give example:

In one program patients are recorded at hospital but we need to analyze
data according to patient home address (self-reported) for epidemiological
analysis (distribution of diseases) also need to analyze according to
hospital where the patient have recorded for hospital utilization analysis.
That is why we are trying to make a tracker data element or tracked entity
attribute to generate those kind of analysis. But on event report option we
can't analyze it as it shows organisation UID in place of organisation name.

*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m

On Tue, Oct 3, 2017 at 3:24 PM, Prosper BT  wrote:

> Dear Nayeem,
>
> This was a requested new feature to be added
> DHIS2-1030 <https://jira.dhis2.org/browse/DHIS2-1030>
>
> Regards
>
> Prosper Behumbiize, MPH
> DHIS2 Implementation| HISP Uganda
> pros...@hispuganda.org  | pros...@dhis2.org | Skype:
> prospertb
>
> On Tue, Oct 3, 2017 at 9:37 AM, Nayeem Al Mifthah 
> wrote:
>
>> Does anyone have experience on using tracker data value or tracked entity
>> attribute with a value type 'organisation unit'.
>>
>> Somehow it can't be analyze through event report, pivot table, visualizer
>> or maps.
>>
>> I have used 2.27 and 2.26 several builds.
>>
>>
>> *Nayeem Al Mifthah*
>> *Consultant for HSS, Health MIS, M&E*
>> Email: n.mift...@gmail.com
>> Cell:+8801914030574 <+880%201914-030574>
>> Skype: nayeem.a.m
>>
>> ___
>> 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


[Dhis2-devs] Data value / Track entity attribute type organisation unit analysis

2017-10-02 Thread Nayeem Al Mifthah
Does anyone have experience on using tracker data value or tracked entity
attribute with a value type 'organisation unit'.

Somehow it can't be analyze through event report, pivot table, visualizer
or maps.

I have used 2.27 and 2.26 several builds.


*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m
___
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] Options not showing in tracker data entry (version 2.26; build revision 7db3ef8)

2017-08-02 Thread Nayeem Al Mifthah
Dear Mithilesh
It is working fine on my instance with 2.26. I have faced same after first
upgradation. But after re upgrading with clearing server cache and browser
cache, the problem has solved.

On 2 Aug 2017 6:10 pm, "Mithilesh Kumar Thakur" 
wrote:

> Hi all,
>
> I am also facing this issue in 2-3 instances after updating to latest 2.26
> war file.
>
> @ Georgi, Do you also have any program rules defined as we think this is
> related to program rules?
>
> On Tue, Aug 1, 2017 at 10:08 PM, Absolom MURAMIRA 
> wrote:
>
>> This happened to my instance a few weeks ago after updating the war file
>> and when i restored to old one it worked well. May be it could be a problem
>> with the latest 2.26 war file.
>>
>>
>> On Tuesday, August 1, 2017 6:31 PM, Georgi Chakarov <
>> geo...@logicaloutcomes.net> wrote:
>>
>>
>> Hello,
>>
>> I have this funny issue, where I cannot see the options in tracker data
>> entry. I have created an option set and the related options. All options
>> are unit and have codes (see screenshot 1).
>> The option set has been assigned to the data element. When I go to
>> tracker capture, the dropdown is empty and I cannot see any of the options
>> (see screenshot 2). Any idea?
>>
>> Screenshot 1 – Option set
>>
>>
>>
>> Screenshot 2 – Tracker data entry, options now displaying
>>
>>
>>
>> Georgi Chakarov, CIA | geo...@logicaloutcomes.net | +1-647-478-5634 x 104
>> <+1%20647-478-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
>>
>>
>
>
> --
>
> Thanks and Regards
>
> Mithilesh Kumar Thakur
>
> ___
> 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


[Dhis2-devs] Epidemiological Week

2017-07-27 Thread Nayeem Al Mifthah
Dear Developers,

While selecting epidemiological week starting Sunday, I have found that, it
exclude first week of 2017.

I think it should start with 1st January 2017.

[image: Inline image 1]


*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m
___
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] Change starting date of the week

2017-07-20 Thread Nayeem Al Mifthah
Dear Developers
Is there any way to change starting date of the week to
Sunday/Saturday/Monday etc.
___
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] How to get Sample DB for version 2.27

2017-06-06 Thread Nayeem Al Mifthah
Dear Raja Imran
Once you deploy, database will automatically created by DHIS2.

*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E*
Email: n.mift...@gmail.com
Cell:+8801914030574 <01914-030574>
Skype: nayeem.a.m

On Tue, Jun 6, 2017 at 12:52 PM, Raja Imran Qamer 
wrote:

> Dear All,
> I have downloaded War file of new released dhis2 (version 2.27), Now i
> want to download database for this, I opened following link but could not
> find sample data file
> https://www.dhis2.org/download/resources/2.27/dhis2-demo.zip
> Can anyonbe help how can i find it, Secondly I need empty database
> structure (without data populated in tables), How can i achieve it?
>
> Thanks
> --
> RAJA IMRAN QAMER,
>
>> Senior Software Engineer, Team Lead,
>> PACE TECHNOLOGIES,
>> Email:im...@pace-tech.com, rajaimranqa...@gmail.com
>> Phone: +923345073573, +92512361110
>> Web: www.pace-tech.com
>>
>
> ___
> 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] Dashboard Android apps is not working

2017-02-01 Thread Nayeem Al Mifthah
I am using DHIS2 2.22

*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m

On Wed, Feb 1, 2017 at 3:10 PM, Araz Abishov  wrote:

> Dear Nayeem,
>
> Which version of DHIS2 and Dashboard app are you running?
>
> Best regards,
>
> —
> Araz Abishov,
> Android developer, DHIS 2
> University of Oslo
> https://www.dhis2.org/
>
> On February 1, 2017 at 7:05:25 AM, Nayeem Al Mifthah (n.mift...@gmail.com)
> wrote:
>
> Dear Developers
> I have installed the DHIS2 Dashboard apps for Android and it is not
> showing me the dashboards, I have created on desktop version.
>
> Earlier I can see those just after login.
>
> Anything I have missed.
>
>
> *Nayeem Al Mifthah*
> *Consultant for HSS, Health MIS, M&E*
> Email: n.mift...@gmail.com
> Cell:+8801914030574 <01914-030574>
> Skype: nayeem.a.m
> ___
> 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


[Dhis2-devs] Dashboard Android apps is not working

2017-01-31 Thread Nayeem Al Mifthah
Dear Developers
I have installed the DHIS2 Dashboard apps for Android and it is not showing
me the dashboards, I have created on desktop version.

Earlier I can see those just after login.

Anything I have missed.


*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m
___
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] Lock Data set in advance

2017-01-26 Thread Nayeem Al Mifthah
Dear Jim
Thank you very much.

It will be very helpful.

On 27 Jan 2017 05:22, "Jim Grace"  wrote:

> Hi Nayeem,
>
> Thank you for asking again.
>
> This is now implemented in the latest builds of versions 2.24 and
> following. Negative expiry days are accepted, and the data set is locked
> before the end of the period. With a large enough negative expiry day
> count, the data set can be locked as far ahead as you like, even before the
> start of the period. As you said, this can be useful for entering future
> data such as for planning, forecasting, or targets.
>
> Cheers,
> Jim
>
>
> On Mon, Jan 23, 2017 at 1:20 AM, Nayeem Al Mifthah 
> wrote:
>
>> Hi Jim
>> Is there any plan to allow dataset lock in advance according to my
>> previous mail and discussion.
>>
>> *Nayeem Al Mifthah*
>> *Consultant for HSS, Health MIS, M&E*
>> Email: n.mift...@gmail.com
>> Cell:+8801914030574 <+880%201914-030574>
>> Skype: nayeem.a.m
>>
>> On Mon, Dec 5, 2016 at 2:53 PM, Nayeem Al Mifthah 
>> wrote:
>>
>>> Dear Developers
>>> Is there any plan to incorporate data lock in advance as we are using
>>> data set for planning and need to lock before implementation start.
>>>
>>> *Nayeem Al Mifthah*
>>> *Consultant for HSS, Health MIS, M&E*
>>> Email: n.mift...@gmail.com
>>> Cell:+8801914030574 <01914-030574>
>>> Skype: nayeem.a.m
>>>
>>> On Wed, Sep 28, 2016 at 5:24 PM, Jim Grace  wrote:
>>>
>>>> Agreed, it would be good if negative values were accepted and
>>>> processed. This could be useful for one of our other implementations as
>>>> well, that I'm working on.
>>>>
>>>> Meanwhile, another possibility is to use data approvals to lock out
>>>> data entry for the future period. It would involve taking action every time
>>>> you want the future data locked, but it would do that. See
>>>> http://dhis2.github.io/dhis2-docs/master/en/user/html/da
>>>> ta_approvals.html.
>>>>
>>>>
>>>> On Wed, Sep 28, 2016 at 2:12 AM, Nayeem Al Mifthah >>> > wrote:
>>>>
>>>>> Dear All
>>>>> We are using DHIS2 for planning purposes. For this organizations are
>>>>> input plan in advance. We want to lock the dataset in advance.
>>>>>
>>>>>
>>>>> Like now we want to lock the next quarter planning data entry before
>>>>> 15 days from starting of next quarter. But data lock is not taking 
>>>>> negative
>>>>> (-) value in dataset design.
>>>>>
>>>>>
>>>>> *Nayeem Al Mifthah*
>>>>> *Consultant for HSS, Health MIS, M&E*
>>>>> Email: n.mift...@gmail.com
>>>>> Cell:+8801914030574
>>>>> Skype: nayeem.a.m
>>>>>
>>>>> ___
>>>>> 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
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Jim Grace
>>>> Core developer, DHIS 2
>>>> HISP US Inc.
>>>> http://www.dhis2.org <https://www.dhis2.org/>
>>>>
>>>
>>>
>>
>
>
> --
> Jim Grace
> Core developer, DHIS 2
> HISP US Inc.
> http://www.dhis2.org <https://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


Re: [Dhis2-devs] [Dhis2-users] Lock Data set in advance

2017-01-22 Thread Nayeem Al Mifthah
Hi Jim
Is there any plan to allow dataset lock in advance according to my previous
mail and discussion.

*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m

On Mon, Dec 5, 2016 at 2:53 PM, Nayeem Al Mifthah 
wrote:

> Dear Developers
> Is there any plan to incorporate data lock in advance as we are using data
> set for planning and need to lock before implementation start.
>
> *Nayeem Al Mifthah*
> *Consultant for HSS, Health MIS, M&E*
> Email: n.mift...@gmail.com
> Cell:+8801914030574 <01914-030574>
> Skype: nayeem.a.m
>
> On Wed, Sep 28, 2016 at 5:24 PM, Jim Grace  wrote:
>
>> Agreed, it would be good if negative values were accepted and processed.
>> This could be useful for one of our other implementations as well, that I'm
>> working on.
>>
>> Meanwhile, another possibility is to use data approvals to lock out data
>> entry for the future period. It would involve taking action every time you
>> want the future data locked, but it would do that. See
>> http://dhis2.github.io/dhis2-docs/master/en/user/html/data_approvals.html
>> .
>>
>>
>> On Wed, Sep 28, 2016 at 2:12 AM, Nayeem Al Mifthah 
>> wrote:
>>
>>> Dear All
>>> We are using DHIS2 for planning purposes. For this organizations are
>>> input plan in advance. We want to lock the dataset in advance.
>>>
>>>
>>> Like now we want to lock the next quarter planning data entry before 15
>>> days from starting of next quarter. But data lock is not taking negative
>>> (-) value in dataset design.
>>>
>>>
>>> *Nayeem Al Mifthah*
>>> *Consultant for HSS, Health MIS, M&E*
>>> Email: n.mift...@gmail.com
>>> Cell:+8801914030574
>>> Skype: nayeem.a.m
>>>
>>> ___
>>> 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
>>>
>>>
>>
>>
>> --
>> Jim Grace
>> Core developer, DHIS 2
>> HISP US Inc.
>> http://www.dhis2.org <https://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


Re: [Dhis2-devs] [Dhis2-users] Suggestion

2016-12-06 Thread Nayeem Al Mifthah
Dear Hama
Thank you for your suggestions.

I am fully agree with your suggestions. Specially the first part need to be
address by developer community.

Inside the second part (the register event page components) most of the
suggestions are already available by designing custom form for registration
and program stage.

Although there are some bugs in some versions. Which version you are using?

*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m

On Tue, Dec 6, 2016 at 11:51 AM, Knut Staring  wrote:

> Hi Hama,
> Sending this to the user list.
> Knut
>
> 5. des. 2016 9.24 p.m. skrev "Hama Khdir" :
>
>> Hi my name is Hama, Dhis2 user
>>
>> I have some suggestions about *Capture event* Page face and data entry,
>>
>> First Previews table sorting (*incident date*) field data in all pages,
>> descending sort better than ascending sort.
>>
>> Why? Because the Users can see last his saved data i.e. always (last data
>> saved) preview on the user screen, so user know end work time!
>>
>> Searching operation in any fields should be searching all pages at the
>> same time.
>>
>> For example we want to find (Suha Samir) *patient name*, it must display
>> whit out we will search page by page.
>>
>> According to print operation, when we will select *(All) option* it must
>> print all data saved in our data base ... please check it be carefully!
>>
>> *Register event page Components*
>>
>> Some text field has its own specialty,
>>
>> >*patient name* allow enter text only, But *Weight in grams*
>> and
>>
>>  *Age text field* allow number and limited, for example less than 150
>> year! , 10 gram!!
>>
>> > *Residence type combo box,* %90 preset of people has resident, the
>> combo default value must be Resident
>>
>> >*Type of birth combo box*, the result of (Gestational age (weeks)) show
>> what item should be chose if (weeks>30) is Regular or Default value is
>> Regular.
>>
>> >*Twin birth Option*, more then %90 present patients *are (No) option*,
>> and only one Newborn1Info must be show another should be hidden
>>
>> When we chose *(Yes) option* another NewbornX Info must be show.
>>
>> >*Number of brothers alive* *=* Previous pregnancies  *- *Previous
>> abortions equation
>>
>> >*Born alive/dead combox*, default value is *Alive* true and
>> correct.
>>
>>
>>
>>  Hama Khdir Hama
>>
>>
>>
>>   5/12/2016 Qaldiz
>>
>
> ___
> 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] Lock Data set in advance

2016-12-05 Thread Nayeem Al Mifthah
Dear Developers
Is there any plan to incorporate data lock in advance as we are using data
set for planning and need to lock before implementation start.

*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m

On Wed, Sep 28, 2016 at 5:24 PM, Jim Grace  wrote:

> Agreed, it would be good if negative values were accepted and processed.
> This could be useful for one of our other implementations as well, that I'm
> working on.
>
> Meanwhile, another possibility is to use data approvals to lock out data
> entry for the future period. It would involve taking action every time you
> want the future data locked, but it would do that. See
> http://dhis2.github.io/dhis2-docs/master/en/user/html/data_approvals.html.
>
>
> On Wed, Sep 28, 2016 at 2:12 AM, Nayeem Al Mifthah 
> wrote:
>
>> Dear All
>> We are using DHIS2 for planning purposes. For this organizations are
>> input plan in advance. We want to lock the dataset in advance.
>>
>>
>> Like now we want to lock the next quarter planning data entry before 15
>> days from starting of next quarter. But data lock is not taking negative
>> (-) value in dataset design.
>>
>>
>> *Nayeem Al Mifthah*
>> *Consultant for HSS, Health MIS, M&E*
>> Email: n.mift...@gmail.com
>> Cell:+8801914030574
>> Skype: nayeem.a.m
>>
>> ___
>> 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
>>
>>
>
>
> --
> Jim Grace
> Core developer, DHIS 2
> HISP US Inc.
> http://www.dhis2.org <https://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


Re: [Dhis2-devs] [Dhis2-users] assigning data sets in add/edit org unit screen is back

2016-11-25 Thread Nayeem Al Mifthah
Dear Lars
Thanks for the feature back. It was so useful.

It will be great if back-ported to 2.23 and 2.22.

*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m

On Fri, Nov 25, 2016 at 5:12 PM, Lars Helge Øverland  wrote:

> Hi,
>
> when we introduced the new UI for data set management in the maintenance
> app in v 2.25, the ability to assign data sets from within the add and edit
> org unit screen got lost in the process.
>
> We have now added that feature back, and back-ported to version 2.24 and
> 2.25.
>
> To enable this feature you must go to Apps > Settings > Access
> <https://play.dhis2.org/demo/dhis-web-settings/#/access> > and enable
> "Allow assigning object to related objects during add or update".
>
> Said differently, when enabling this setting you can assign data sets
> while creating or editing org units.
>
> New downloads available at https://www.dhis2.org/downloads.
>
>
>
> [image: Inline image 3]
>
>
> regards,
>
> Lars
>
>
> --
> Lars Helge Øverland
> Lead developer, DHIS 2
> University of Oslo
> Skype: larshelgeoverland
> l...@dhis2.org
> http://www.dhis2.org <https://www.dhis2.org/>
>
>
> ___
> 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


[Dhis2-devs] Using form name in Dashboard/Pivot/Visualizer

2016-10-09 Thread Nayeem Al Mifthah
Dear All
Is it possible to show data element "form name" in
dashboard/pivot/visualizer?

I can show, name or short name.


*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m
___
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] Default form swap between row and column

2016-10-04 Thread Nayeem Al Mifthah
Dear Alex
I know the concept and good practice. but from program perspective it is
necessary to make it under one... as this form is related with budget
allocation with completeness of this dataset.

*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m

On Wed, Oct 5, 2016 at 12:03 PM, Alex Tumwesigye 
wrote:

> Dear Nayeem,
>
> You can create multiple datasets from that one long dataset.
> Then you can make one dataset a custom form and then the other as a
> section.
> It is also not a good idea to have long datasets (aka forms) in form
> design.
>
> Alex
>
> On Wed, Oct 5, 2016 at 6:16 AM, Nayeem Al Mifthah 
> wrote:
>
>> Dear All
>> If the above mention functionality will take long time to develop, is it
>> possible to add "Design data entry form" option under section of dataset.
>>
>> Actually, we have large category combo (with long list of category option
>> combo) for one section of a dataset, which make the default data entry form
>> large in horizontal side for that section. The same dataset have another
>> section with some elements with no category combo which looks good in
>> default form.
>>
>> It will be great, if I can design one section and leave another as
>> default. I can design the full dataset in custom form, but how much design
>> i have inserted it takes long time to load in low resource settings. And
>> you all know, Bangladesh is implementing a large database of DHIS2 with
>> limited bandwidth in central and end user level.
>>
>> *Nayeem Al Mifthah*
>> *Consultant for HSS, Health MIS, M&E*
>> Email: n.mift...@gmail.com
>> Cell:+8801914030574
>> Skype: nayeem.a.m
>>
>> On Tue, Oct 4, 2016 at 6:19 PM, Nayeem Al Mifthah 
>> wrote:
>>
>>> Dear Lars
>>> Thanks for your clarification.
>>>
>>> Could it go under near future development plan.
>>>
>>> *Nayeem Al Mifthah*
>>> *Consultant for HSS, Health MIS, M&E*
>>> Email: n.mift...@gmail.com
>>> Cell:+8801914030574
>>> Skype: nayeem.a.m
>>>
>>> On Tue, Oct 4, 2016 at 5:22 PM, Lars Helge Øverland 
>>> wrote:
>>>
>>>> Hi Nayeem,
>>>>
>>>> I agree that would be useful. There are no immediate plans for this
>>>> unfortunately. For now you will have to resort to a custom form.
>>>>
>>>> best regards,
>>>>
>>>> Lars
>>>>
>>>>
>>>> On Tue, Oct 4, 2016 at 10:57 AM, Nayeem Al Mifthah >>> > wrote:
>>>>
>>>>> Dear All
>>>>> Is there any plan to give an option in Dataset edit to swap
>>>>> (transpose) row and column in default form.
>>>>>
>>>>> In some of our forms, there are a number of category option which will
>>>>> be better to see as row, and it will better if we can see data elements in
>>>>> column. It may improve the view and print facility from dataset report and
>>>>> data entry screen.
>>>>>
>>>>> It will be great if the option can be added in section management. So
>>>>> that each section can view differently.
>>>>>
>>>>>
>>>>> *Nayeem Al Mifthah*
>>>>> *Consultant for HSS, Health MIS, M&E*
>>>>> Email: n.mift...@gmail.com
>>>>> Cell:+8801914030574
>>>>> Skype: nayeem.a.m
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Lars Helge Øverland
>>>> Lead developer, DHIS 2
>>>> University of Oslo
>>>> Skype: larshelgeoverland
>>>> l...@dhis2.org
>>>> http://www.dhis2.org <https://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
>>
>>
>
>
> --
> 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-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Default form swap between row and column

2016-10-04 Thread Nayeem Al Mifthah
Dear All
If the above mention functionality will take long time to develop, is it
possible to add "Design data entry form" option under section of dataset.

Actually, we have large category combo (with long list of category option
combo) for one section of a dataset, which make the default data entry form
large in horizontal side for that section. The same dataset have another
section with some elements with no category combo which looks good in
default form.

It will be great, if I can design one section and leave another as default.
I can design the full dataset in custom form, but how much design i have
inserted it takes long time to load in low resource settings. And you all
know, Bangladesh is implementing a large database of DHIS2 with limited
bandwidth in central and end user level.

*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m

On Tue, Oct 4, 2016 at 6:19 PM, Nayeem Al Mifthah 
wrote:

> Dear Lars
> Thanks for your clarification.
>
> Could it go under near future development plan.
>
> *Nayeem Al Mifthah*
> *Consultant for HSS, Health MIS, M&E*
> Email: n.mift...@gmail.com
> Cell:+8801914030574
> Skype: nayeem.a.m
>
> On Tue, Oct 4, 2016 at 5:22 PM, Lars Helge Øverland 
> wrote:
>
>> Hi Nayeem,
>>
>> I agree that would be useful. There are no immediate plans for this
>> unfortunately. For now you will have to resort to a custom form.
>>
>> best regards,
>>
>> Lars
>>
>>
>> On Tue, Oct 4, 2016 at 10:57 AM, Nayeem Al Mifthah 
>> wrote:
>>
>>> Dear All
>>> Is there any plan to give an option in Dataset edit to swap (transpose)
>>> row and column in default form.
>>>
>>> In some of our forms, there are a number of category option which will
>>> be better to see as row, and it will better if we can see data elements in
>>> column. It may improve the view and print facility from dataset report and
>>> data entry screen.
>>>
>>> It will be great if the option can be added in section management. So
>>> that each section can view differently.
>>>
>>>
>>> *Nayeem Al Mifthah*
>>> *Consultant for HSS, Health MIS, M&E*
>>> Email: n.mift...@gmail.com
>>> Cell:+8801914030574
>>> Skype: nayeem.a.m
>>>
>>
>>
>>
>> --
>> Lars Helge Øverland
>> Lead developer, DHIS 2
>> University of Oslo
>> Skype: larshelgeoverland
>> l...@dhis2.org
>> http://www.dhis2.org <https://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


Re: [Dhis2-devs] Default form swap between row and column

2016-10-04 Thread Nayeem Al Mifthah
Dear Lars
Thanks for your clarification.

Could it go under near future development plan.

*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m

On Tue, Oct 4, 2016 at 5:22 PM, Lars Helge Øverland  wrote:

> Hi Nayeem,
>
> I agree that would be useful. There are no immediate plans for this
> unfortunately. For now you will have to resort to a custom form.
>
> best regards,
>
> Lars
>
>
> On Tue, Oct 4, 2016 at 10:57 AM, Nayeem Al Mifthah 
> wrote:
>
>> Dear All
>> Is there any plan to give an option in Dataset edit to swap (transpose)
>> row and column in default form.
>>
>> In some of our forms, there are a number of category option which will be
>> better to see as row, and it will better if we can see data elements in
>> column. It may improve the view and print facility from dataset report and
>> data entry screen.
>>
>> It will be great if the option can be added in section management. So
>> that each section can view differently.
>>
>>
>> *Nayeem Al Mifthah*
>> *Consultant for HSS, Health MIS, M&E*
>> Email: n.mift...@gmail.com
>> Cell:+8801914030574
>> Skype: nayeem.a.m
>>
>
>
>
> --
> Lars Helge Øverland
> Lead developer, DHIS 2
> University of Oslo
> Skype: larshelgeoverland
> l...@dhis2.org
> http://www.dhis2.org <https://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] Default form swap between row and column

2016-10-04 Thread Nayeem Al Mifthah
Dear All
Is there any plan to give an option in Dataset edit to swap (transpose) row
and column in default form.

In some of our forms, there are a number of category option which will be
better to see as row, and it will better if we can see data elements in
column. It may improve the view and print facility from dataset report and
data entry screen.

It will be great if the option can be added in section management. So that
each section can view differently.


*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m
___
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] Lock Data set in advance

2016-09-27 Thread Nayeem Al Mifthah
Dear All
We are using DHIS2 for planning purposes. For this organizations are input
plan in advance. We want to lock the dataset in advance.


Like now we want to lock the next quarter planning data entry before 15
days from starting of next quarter. But data lock is not taking negative
(-) value in dataset design.


*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m
___
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] Gray field in default data entry form

2016-09-21 Thread Nayeem Al Mifthah
Dear All
Is it possible to make gray fields (to restict data entry) of specific
field(s) for data entry.


*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m
___
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] Render Sections as Tab option in program/stage

2016-09-10 Thread Nayeem Al Mifthah
Dear Developers

It would be very helpful if you could add "Render sections as tab" function
in program stage management. It will enable to view sections in tab on the
time of tracker capture and event capture data entry.

It is available for aggregated dataset management.


*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m
___
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] Send message based on incidence date

2016-07-25 Thread Nayeem Al Mifthah
Dear All

Is it possible to add this functionality?

I would like to add a reminder message after certain date from incident
date.


*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m
___
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] select compulsory organization group set on organization unit add/edit page

2016-07-23 Thread Nayeem Al Mifthah
Dear All
The above option was in earlier version, but not currently exist in
organization unit add/edit. Is it possible to include it again?



*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m
___
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] Add dataset assignment option on organization unit add/edit page

2016-07-23 Thread Nayeem Al Mifthah
The above option was exist on 2.13 version. It was so useful. Is it
possible to add this option again.


*Nayeem Al Mifthah*
*Consultant for HSS, Health MIS, M&E*
Email: n.mift...@gmail.com
Cell:+8801914030574
Skype: nayeem.a.m
___
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] dhis version 2.24 is released

2016-07-04 Thread Nayeem Al Mifthah
Very interesting and important features. :)
On 5 Jul 2016 03:09, "riddy ndoma"  wrote:

> Super!!
> Le 4 juil. 2016 9:34 PM, "Lars Helge Øverland"  a écrit :
>
>> Hi all,
>>
>> DHIS version 2.24 is out with a lot of improvements and new features.
>>
>> Log in with admin/district on the demo 
>> system.
>>
>>
>>
>> ANALYTICS FEATURES
>>
>> ---
>>
>> GIS layers for elevation, population density and nighttime lights: DHIS
>> 2 now supports map layers from Google Earth Engine
>> , which includes more than thirty years
>> of historical imagery and scientific datasets, updated and expanded daily.
>> So far we support three datasets, but more layers will be added in the
>> months to come. You find the Earth Engine layers in the top menu, next to
>> the boundary layers. The elevation layer can be used to visualise the
>> risk of Mosquito-borne disease. Select a color scale, minimum and maximum
>> elevation, and the number of steps to divide your range in. The same
>> options are available for the population and nighttime lights layers,
>> which is also an indicator of where people live.
>>
>> Screenshot 1  | 2
>>  | 3
>>  | 4
>>  | Demo 1
>> 
>> | 2
>> 
>> | 3
>> 
>> | Docs
>> 
>>
>>
>> Place search in GIS: You can now search for places and regions on the
>> GIS app. Click on the magnifier icon and type the name of the place. You
>> will get suggestions as you type. Select a place in the list to see it
>> marked on the map. Click the x-button in the search field to remove the
>> marking.
>>
>> Screenshot  | Demo
>>  | Docs
>> 
>>
>>
>> Color scales for GIS thematic layers: Select among nice looking color
>> scales from ColorBrewer  when you visualise
>> thematic layers. These scales create more accurate and user friendly maps,
>> as the distances between colors are proportional to their perceived
>> difference.
>>
>> Screenshot 
>>
>>
>> Reporting rates on time: The pivot table apps lets you view reporting
>> rates based on timely form submissions. A timely submission must happen
>> within a number of days after the reporting period. This number is
>> configurable per data set. In the pivot table or data app, select Data >
>> Data sets > Reporting rates on time or Actual reports on time and then
>> select your data set.
>>
>> Screenshot 
>> | Demo
>>  |
>> Docs
>> 
>>
>>
>> Reporting rates by data set categories: Analytics now supports reporting
>> rates broken down by data set categories. As an example, if your data set
>> collects data for multiple projects modeled as data set categories, you can
>> view the reporting rate for individual projects. Try it out on the demo
>> by selecting the EPI Stock data set and the Project category.
>>
>> Screenshot
>> 
>> | Demo
>> 
>>
>>
>> Expected reports based on org unit opening and closed date: For
>> reporting rates in analytics, the number of expected reports is now
>> calculated based on whether the organisation units assigned to the data set
>> were open or not for the aggregation period. As an example, if you ask for
>> reporting rates for a district for June, and one of the facilities within
>> the district was not open until August, that facility will not be included
>> in the number of expected reports.
>>
>> Screenshot
>> 
>>
>>
>> Expected reports based on category option start and end dates: For
>> reporting rates which involve data set categories, the number of expected
>> reports is now calculated based on start and end dates of the relevant
>> category options. In other words, complete registrations for category
>> options are only included if the aggregation period is within their start
>> and end dates.
>>
>> Screenshot
>> 
>> | Demo
>> 

[Dhis2-devs] DHIS2 2.23 in windows server

2016-06-28 Thread Nayeem Al Mifthah
Does DHIS2 2.23 working well in windows server 2008?
Have all the functionality working well?

Is there any risk associated?

What should be minimum server requirement?


*Nayeem Al Mifthah*
Consultant (Team Leader of HMIS)
Management Information System
Directorate General of Health Services (DGHS), Bangladesh
Supported by: UNICEF-Bangladesh
Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
Cell:+8801914030574
Skype: nayeem.a.m
___
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] Add total value of data element on data entry screen in without designing (default form) which have category combo.

2016-06-27 Thread Nayeem Al Mifthah
Dear Lars
Yap, your answer is correct, but it shows in different place.
On Jun 27, 2016 4:55 PM, "Lars Helge Øverland"  wrote:

> Hi Nayeem,
>
> are you referring to section forms for aggregate entry? You can create
> indicators to sum up the total value and then assign those to a form
> section. It will automatically display the calculated value.
>
> regards,
>
> Lars
>
>
> On Mon, Jun 27, 2016 at 9:03 AM, Nayeem Al Mifthah 
> wrote:
>
>> Is there any way to add total value of data element on data entry screen
>> in without designing (default form) which have category combo.
>>
>> Like, beside male and female, I want to see total without designing
>> custom form.
>>
>> I can do it by custom form, but i want to use default form for light
>> weight...
>>
>> ___
>> 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
>>
>>
>
>
> --
> Lars Helge Øverland
> Lead developer, DHIS 2
> University of Oslo
> Skype: larshelgeoverland
> l...@dhis2.org
> http://www.dhis2.org <https://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] Add total value of data element on data entry screen in without designing (default form) which have category combo.

2016-06-27 Thread Nayeem Al Mifthah
Is there any way to add total value of data element on data entry screen in
without designing (default form) which have category combo.

Like, beside male and female, I want to see total without designing custom
form.

I can do it by custom form, but i want to use default form for light
weight...
___
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] Select compulsory organizationunit group from compultury organizationunit group set

2016-06-22 Thread Nayeem Al Mifthah
Dear Lars
Thanks for your quick response.

In earlier version, there was a field in registering new organizationunit
or edit organizationunit page to select organizationunit group of
compulsory organizationunit group set.

In 2.22 I can't find that field in registering or editing organization
unit.

*Nayeem Al Mifthah*
Consultant (Team Leader of HMIS)
Management Information System
Directorate General of Health Services (DGHS), Bangladesh
Supported by: UNICEF-Bangladesh
Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
Cell:+8801914030574
Skype: nayeem.a.m

On Wed, Jun 22, 2016 at 10:46 PM, Lars Helge Øverland 
wrote:

> Hi Nayeem,
>
> can you tell us a bit more about which behavior you are expecting?
>
> regards,
>
> Lars
>
>
> On Wed, Jun 22, 2016 at 6:26 PM, Nayeem Al Mifthah 
> wrote:
>
>> Dear All
>> The functionality of selecting compulsory organizationunit group from
>> compultury organizationunit group set is not functioning on
>> organizationunit add or edit page.
>>
>> I am using 2.22 build version 21827.
>>
>> *Nayeem Al Mifthah*
>> Consultant (Team Leader of HMIS)
>> Management Information System
>> Directorate General of Health Services (DGHS), Bangladesh
>> Supported by: UNICEF-Bangladesh
>> Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
>> Cell:+8801914030574
>> Skype: nayeem.a.m
>>
>> ___
>> 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
>>
>>
>
>
> --
> Lars Helge Øverland
> Lead developer, DHIS 2
> University of Oslo
> Skype: larshelgeoverland
> l...@dhis2.org
> http://www.dhis2.org <https://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] Select compulsory organizationunit group from compultury organizationunit group set

2016-06-22 Thread Nayeem Al Mifthah
Dear All
The functionality of selecting compulsory organizationunit group from
compultury organizationunit group set is not functioning on
organizationunit add or edit page.

I am using 2.22 build version 21827.

*Nayeem Al Mifthah*
Consultant (Team Leader of HMIS)
Management Information System
Directorate General of Health Services (DGHS), Bangladesh
Supported by: UNICEF-Bangladesh
Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
Cell:+8801914030574
Skype: nayeem.a.m
___
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] Assign program to organization group

2016-06-22 Thread Nayeem Al Mifthah
Dear Lars
Thanks for your clear message.

It was useful for us as we have a large number of organization units and it
is difficult to load all of them when we want to assign program to an
additional organization unit.

Anyway, hope you have better alternative plan.

*Nayeem Al Mifthah*
Consultant (Team Leader of HMIS)
Management Information System
Directorate General of Health Services (DGHS), Bangladesh
Supported by: UNICEF-Bangladesh
Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
Cell:+8801914030574
Skype: nayeem.a.m

On Wed, Jun 22, 2016 at 9:47 PM, Lars Helge Øverland  wrote:

> Hi Nayeem,
>
> no we do not support that. There are no immediate plans to support it.
>
> regards,
>
> Lars
>
>
> On Wed, Jun 22, 2016 at 6:12 AM, Nayeem Al Mifthah 
> wrote:
>
>> Dear Hannan vai
>> Sorry for can't make the question as I want.
>>
>> Let me formulate the question again.
>>
>> in 2.13 version there is a option in program assignment to select a
>> organizationunit group. Later the program will automatically assigned if
>> any organization created with that organizationunit group.
>>
>> I can't find that functionality in 2.22.
>>
>> *Nayeem Al Mifthah*
>> Consultant (Team Leader of HMIS)
>> Management Information System
>> Directorate General of Health Services (DGHS), Bangladesh
>> Supported by: UNICEF-Bangladesh
>> Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
>> Cell:+8801914030574
>> Skype: nayeem.a.m
>>
>> On Wed, Jun 22, 2016 at 9:11 AM, Hannan Khan  wrote:
>>
>>> Dear Nayeem
>>>
>>> It is possible to assign Organisation Unit by group to a Program and it
>>> is already in this version. Please see the attached.
>>>
>>> Is there any specific issue?
>>>
>>> On Wed, Jun 22, 2016 at 8:10 AM, Nayeem Al Mifthah 
>>> wrote:
>>>
>>>> I am using 2.22 version. Build version: 21827
>>>>
>>>> *Nayeem Al Mifthah*
>>>> Consultant (Team Leader of HMIS)
>>>> Management Information System
>>>> Directorate General of Health Services (DGHS), Bangladesh
>>>> Supported by: UNICEF-Bangladesh
>>>> Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
>>>> Cell:+8801914030574
>>>> Skype: nayeem.a.m
>>>>
>>>> On Wed, Jun 22, 2016 at 8:01 AM, Nayeem Al Mifthah >>> > wrote:
>>>>
>>>>> Dear All
>>>>> Is it possible to assaign program to selected organization group
>>>>> without selecting organization one by one manually.
>>>>>
>>>>>
>>>>> *Nayeem Al Mifthah*
>>>>> Consultant (Team Leader of HMIS)
>>>>> Management Information System
>>>>> Directorate General of Health Services (DGHS), Bangladesh
>>>>> Supported by: UNICEF-Bangladesh
>>>>> Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
>>>>> Cell:+8801914030574
>>>>> Skype: nayeem.a.m
>>>>>
>>>>
>>>>
>>>> ___
>>>> 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
>>>>
>>>>
>>>
>>>
>>> --
>>> Muhammad Abdul Hannan Khan
>>> Secretary
>>> HISP Bangladesh
>>>
>>> T +880-2- 8816459, 8816412 ext 118
>>> F +88 02 8813 875
>>> M+88 01819 239 241
>>> M+88 01534 312 066
>>> E hann...@gmail.com
>>> S hannan.khan.dhaka
>>> B hannan-tech.blogspot.com
>>>
>>>
>>
>> ___
>> 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
>>
>>
>
>
> --
> Lars Helge Øverland
> Lead developer, DHIS 2
> University of Oslo
> Skype: larshelgeoverland
> l...@dhis2.org
> http://www.dhis2.org <https://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


Re: [Dhis2-devs] [Dhis2-users] Assign program to organization group

2016-06-21 Thread Nayeem Al Mifthah
Dear Hannan vai
Sorry for can't make the question as I want.

Let me formulate the question again.

in 2.13 version there is a option in program assignment to select a
organizationunit group. Later the program will automatically assigned if
any organization created with that organizationunit group.

I can't find that functionality in 2.22.

*Nayeem Al Mifthah*
Consultant (Team Leader of HMIS)
Management Information System
Directorate General of Health Services (DGHS), Bangladesh
Supported by: UNICEF-Bangladesh
Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
Cell:+8801914030574
Skype: nayeem.a.m

On Wed, Jun 22, 2016 at 9:11 AM, Hannan Khan  wrote:

> Dear Nayeem
>
> It is possible to assign Organisation Unit by group to a Program and it is
> already in this version. Please see the attached.
>
> Is there any specific issue?
>
> On Wed, Jun 22, 2016 at 8:10 AM, Nayeem Al Mifthah 
> wrote:
>
>> I am using 2.22 version. Build version: 21827
>>
>> *Nayeem Al Mifthah*
>> Consultant (Team Leader of HMIS)
>> Management Information System
>> Directorate General of Health Services (DGHS), Bangladesh
>> Supported by: UNICEF-Bangladesh
>> Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
>> Cell:+8801914030574
>> Skype: nayeem.a.m
>>
>> On Wed, Jun 22, 2016 at 8:01 AM, Nayeem Al Mifthah 
>> wrote:
>>
>>> Dear All
>>> Is it possible to assaign program to selected organization group without
>>> selecting organization one by one manually.
>>>
>>>
>>> *Nayeem Al Mifthah*
>>> Consultant (Team Leader of HMIS)
>>> Management Information System
>>> Directorate General of Health Services (DGHS), Bangladesh
>>> Supported by: UNICEF-Bangladesh
>>> Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
>>> Cell:+8801914030574
>>> Skype: nayeem.a.m
>>>
>>
>>
>> ___
>> 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
>>
>>
>
>
> --
> Muhammad Abdul Hannan Khan
> Secretary
> HISP Bangladesh
>
> T +880-2- 8816459, 8816412 ext 118
> F +88 02 8813 875
> M+88 01819 239 241
> M+88 01534 312 066
> E hann...@gmail.com
> S hannan.khan.dhaka
> B hannan-tech.blogspot.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


Re: [Dhis2-devs] Assign program to organization group

2016-06-21 Thread Nayeem Al Mifthah
I am using 2.22 version. Build version: 21827

*Nayeem Al Mifthah*
Consultant (Team Leader of HMIS)
Management Information System
Directorate General of Health Services (DGHS), Bangladesh
Supported by: UNICEF-Bangladesh
Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
Cell:+8801914030574
Skype: nayeem.a.m

On Wed, Jun 22, 2016 at 8:01 AM, Nayeem Al Mifthah 
wrote:

> Dear All
> Is it possible to assaign program to selected organization group without
> selecting organization one by one manually.
>
>
> *Nayeem Al Mifthah*
> Consultant (Team Leader of HMIS)
> Management Information System
> Directorate General of Health Services (DGHS), Bangladesh
> Supported by: UNICEF-Bangladesh
> Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
> Cell:+8801914030574
> Skype: nayeem.a.m
>
___
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] Assign program to organization group

2016-06-21 Thread Nayeem Al Mifthah
Dear All
Is it possible to assaign program to selected organization group without
selecting organization one by one manually.


*Nayeem Al Mifthah*
Consultant (Team Leader of HMIS)
Management Information System
Directorate General of Health Services (DGHS), Bangladesh
Supported by: UNICEF-Bangladesh
Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
Cell:+8801914030574
Skype: nayeem.a.m
___
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] Using tracker to automate doctor schedule

2016-05-12 Thread Nayeem Al Mifthah
Dear All
Is it possible to make service scheduling for doctors visit?

Like:
Patient sl.- Name - Date -   Start Time - End Time
xxx00222 - y - 12/08/15 - 9:00 AM  - 9:30 AM
xxy00223 - z - 12/08/15 - 9:30 AM - 10-30 AM

*Nayeem Al Mifthah*
Consultant (Team Leader of HMIS)
Management Information System
Directorate General of Health Services (DGHS), Bangladesh
Supported by: UNICEF-Bangladesh
Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
Cell:+8801914030574
Skype: nayeem.a.m
___
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] Manual Aggregation

2016-05-04 Thread Nayeem Al Mifthah
Dear All
Gow can I find out Manual Aggregation in 2.22 version.

*Nayeem Al Mifthah*
Consultant (Team Leader of HMIS)
Management Information System
Directorate General of Health Services (DGHS), Bangladesh
Supported by: UNICEF-Bangladesh
Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
Cell:+8801914030574
Skype: nayeem.a.m
___
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] Search and list entities by program incidence date

2016-02-17 Thread Nayeem Al Mifthah
Dear Abyot and others
Please have a look in this issue. It is very important for us.
On 17 Feb 2016 15:08, "Abyot Asalefew Gizaw"  wrote:

> Hi Nayeem,
>
> What we have currently is search by program enrollment date. You can see
> this from advanced search.
>
> We will try to add search by program incidence data for the upcoming
> release.
>
> ---
> Thank you,
> Abyot.
>
> On Wed, Feb 17, 2016 at 9:44 AM, Nayeem Al Mifthah 
> wrote:
>
>> Dear All
>> Is it possible to search and list entities by program incidence date. It
>> is a very important for our tracking..
>>
>>
>> *Nayeem Al Mifthah*
>> Consultant (Team Leader of HMIS)
>> Management Information System
>> Directorate General of Health Services (DGHS), Bangladesh
>> Supported by: UNICEF-Bangladesh
>> Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
>> Cell:+8801914030574
>> Skype: nayeem.a.m
>>
>> ___
>> 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


[Dhis2-devs] Search and list entities by program incidence date

2016-02-17 Thread Nayeem Al Mifthah
Dear All
Is it possible to search and list entities by program incidence date. It is
a very important for our tracking..


*Nayeem Al Mifthah*
Consultant (Team Leader of HMIS)
Management Information System
Directorate General of Health Services (DGHS), Bangladesh
Supported by: UNICEF-Bangladesh
Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
Cell:+8801914030574
Skype: nayeem.a.m
___
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] Separate attribute for separate entities

2016-02-09 Thread Nayeem Al Mifthah
Dear Abyot

It will good if we can register entities with common profile which are not
associated with any program for same entities. But different profile for
different tracked entity type.


I want to give you one use case and another case where we are interested-

   - We have maternal health program and TB program sometimes one person
   have to enrolled in both of the programs.
   - Also we want to use tracker capture for CRVS, which need to register
   all personnel but not associated with any program.


And we are in a customization phase for equipment tracker.

*Nayeem Al Mifthah*
Consultant (Team Leader of HMIS)
Management Information System
Directorate General of Health Services (DGHS), Bangladesh
Supported by: UNICEF-Bangladesh
Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
Cell:+8801914030574
Skype: nayeem.a.m

On Tue, Feb 9, 2016 at 7:08 PM, Abyot Asalefew Gizaw 
wrote:

> Yes, if you want the attributes differentiated based on the entities you
> listed then you always have to select a program when trying to register a
> tracked entity instance.
>
> You will not be able to differentiate if no program is selected. To manage
> this, what you can do is select only those that you think are common - for
> example ID - as "attributes in no program".
>
> ---
> Thank you,
> Abyot.
>
> On Tue, Feb 9, 2016 at 2:02 PM, Nayeem Al Mifthah 
> wrote:
>
>> Dear Abyot
>>
>> Thanks for your quick feedback.
>>
>> There are entities whom have totally different attribute.
>>
>> Example:
>>
>>- Person
>>- First Name
>>   - Last Name
>>   - ID
>>   - Mobile no. etc.
>>    - Equipment
>>   - Type
>>   - Model
>>   - ID
>>   - Buying date
>>   - Installed date etc.
>>
>>
>>
>>
>> *Nayeem Al Mifthah*
>> Consultant (Team Leader of HMIS)
>> Management Information System
>> Directorate General of Health Services (DGHS), Bangladesh
>> Supported by: UNICEF-Bangladesh
>> Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
>> Cell:+8801914030574
>> Skype: nayeem.a.m
>>
>> On Tue, Feb 9, 2016 at 6:56 PM, Abyot Asalefew Gizaw 
>> wrote:
>>
>>> Hi Nayeem,
>>>
>>> You should be able to control which attributes to see when no program is
>>> selected by going to Attribute -> Manage attributes with no program
>>>
>>> ---
>>> Thank you,
>>> Abyot.
>>>
>>> On Tue, Feb 9, 2016 at 1:44 PM, Nayeem Al Mifthah 
>>> wrote:
>>>
>>>> Dear All
>>>> I have found one issue on tracker capture module to register tracked
>>>> entity.
>>>>
>>>> I need separate attributes for different entities. Like one is 'Person'
>>>> and another one is 'Equipment'. But I found same in data entry screen when
>>>> I don't select any program.
>>>>
>>>> Is there any suggestion?
>>>>
>>>>
>>>> *Nayeem Al Mifthah*
>>>> Consultant (Team Leader of HMIS)
>>>> Management Information System
>>>> Directorate General of Health Services (DGHS), Bangladesh
>>>> Supported by: UNICEF-Bangladesh
>>>> Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
>>>> Cell:+8801914030574
>>>> Skype: nayeem.a.m
>>>>
>>>
>>>
>>
>
___
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] Separate attribute for separate entities

2016-02-09 Thread Nayeem Al Mifthah
Dear Abyot

Thanks for your quick feedback.

There are entities whom have totally different attribute.

Example:

   - Person
   - First Name
  - Last Name
  - ID
  - Mobile no. etc.
   - Equipment
  - Type
  - Model
  - ID
  - Buying date
  - Installed date etc.




*Nayeem Al Mifthah*
Consultant (Team Leader of HMIS)
Management Information System
Directorate General of Health Services (DGHS), Bangladesh
Supported by: UNICEF-Bangladesh
Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
Cell:+8801914030574
Skype: nayeem.a.m

On Tue, Feb 9, 2016 at 6:56 PM, Abyot Asalefew Gizaw 
wrote:

> Hi Nayeem,
>
> You should be able to control which attributes to see when no program is
> selected by going to Attribute -> Manage attributes with no program
>
> ---
> Thank you,
> Abyot.
>
> On Tue, Feb 9, 2016 at 1:44 PM, Nayeem Al Mifthah 
> wrote:
>
>> Dear All
>> I have found one issue on tracker capture module to register tracked
>> entity.
>>
>> I need separate attributes for different entities. Like one is 'Person'
>> and another one is 'Equipment'. But I found same in data entry screen when
>> I don't select any program.
>>
>> Is there any suggestion?
>>
>>
>> *Nayeem Al Mifthah*
>> Consultant (Team Leader of HMIS)
>> Management Information System
>> Directorate General of Health Services (DGHS), Bangladesh
>> Supported by: UNICEF-Bangladesh
>> Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
>> Cell:+8801914030574
>> Skype: nayeem.a.m
>>
>
>
___
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] Separate attribute for separate entities

2016-02-09 Thread Nayeem Al Mifthah
Dear All
I have found one issue on tracker capture module to register tracked entity.

I need separate attributes for different entities. Like one is 'Person' and
another one is 'Equipment'. But I found same in data entry screen when I
don't select any program.

Is there any suggestion?


*Nayeem Al Mifthah*
Consultant (Team Leader of HMIS)
Management Information System
Directorate General of Health Services (DGHS), Bangladesh
Supported by: UNICEF-Bangladesh
Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
Cell:+8801914030574
Skype: nayeem.a.m
___
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] Fwd: Immunization Tracker

2016-01-09 Thread Nayeem Al Mifthah
Dear All
I have made two options for immunization tracker in DHIS2.

Program with metadata has been given with attach file.

I preferred to make all doses with separate stages to make it more
analytic. Please give your opinion.


*Nayeem Al Mifthah*
Consultant (Team Leader of HMIS)
Management Information System
Directorate General of Health Services (DGHS), Bangladesh
Supported by: UNICEF-Bangladesh
Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
Cell:+8801914030574
Skype: nayeem.a.m

-- Forwarded message --
From: Nayeem Al Mifthah 
Date: Sat, Jan 9, 2016 at 5:11 PM
Subject: Immunization Tracker
To: Ola Hodne Titlestad , Knut Staring ,
Lars Helge Øverland 


Dear All
We have a requirement to redesign the child EPI program. Please see the
attachment for two options of design. Please suggest from your perspective.

We are using for default tracking. Schedule upcoming visits and EPI
coverage indicator calculation.

*Nayeem Al Mifthah*
Consultant (Team Leader of HMIS)
Management Information System
Directorate General of Health Services (DGHS), Bangladesh
Supported by: UNICEF-Bangladesh
Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
Cell:+8801914030574
Skype: nayeem.a.m


EPI program tracker DHIS2.xlsx
Description: MS-Excel 2007 spreadsheet
___
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] Search person by incidence date range

2016-01-06 Thread Nayeem Al Mifthah
Dear Abyot
Is it possible to make it dynamic. So we can get the incidence date in
advance search for the program(s) which have incidence date?
On 6 Jan 2016 21:10, "Abyot Gizaw"  wrote:

> That is a proper solution, but then we have to make sure a selected
> program has incident date.
>
> The reason we skipped this was because all programs do not have incident
> date like enrollment.
>
> ---
>
> Thank you,
> Abyot.
> (sent from mobile)
> On Jan 6, 2016 17:53, "Nayeem Al Mifthah"  wrote:
>
>> Dear Markus
>> It will be great if we can search by incidence date in advance search.
>> On 6 Jan 2016 19:38, "Markus Bekken"  wrote:
>>
>>> Dear Nayeem,
>>> at the moment you can do an advanced search based on enrollment date,
>>> but not incidence date. Would it cover your usecase if the advanced search
>>> accomodated the incidence date in the same way as enrollment date?
>>>
>>> Markus
>>>
>>> 6. jan. 2016 kl. 12.02 skrev Nayeem Al Mifthah :
>>>
>>> Dear All
>>>
>>> I want to search a entities by incidence date range, Is it possible on
>>> tracker?
>>>
>>>
>>> *Nayeem Al Mifthah*
>>> Consultant (Team Leader of HMIS)
>>> Management Information System
>>> Directorate General of Health Services (DGHS), Bangladesh
>>> Supported by: UNICEF-Bangladesh
>>> Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
>>> Cell:+8801914030574
>>> Skype: nayeem.a.m
>>> ___
>>> 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
>>
>>
___
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] Search person by incidence date range

2016-01-06 Thread Nayeem Al Mifthah
Dear Markus
It will be great if we can search by incidence date in advance search.
On 6 Jan 2016 19:38, "Markus Bekken"  wrote:

> Dear Nayeem,
> at the moment you can do an advanced search based on enrollment date, but
> not incidence date. Would it cover your usecase if the advanced search
> accomodated the incidence date in the same way as enrollment date?
>
> Markus
>
> 6. jan. 2016 kl. 12.02 skrev Nayeem Al Mifthah :
>
> Dear All
>
> I want to search a entities by incidence date range, Is it possible on
> tracker?
>
>
> *Nayeem Al Mifthah*
> Consultant (Team Leader of HMIS)
> Management Information System
> Directorate General of Health Services (DGHS), Bangladesh
> Supported by: UNICEF-Bangladesh
> Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
> Cell:+8801914030574
> Skype: nayeem.a.m
> ___
> 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


[Dhis2-devs] Search person by incidence date range

2016-01-06 Thread Nayeem Al Mifthah
Dear All

I want to search a entities by incidence date range, Is it possible on
tracker?


*Nayeem Al Mifthah*
Consultant (Team Leader of HMIS)
Management Information System
Directorate General of Health Services (DGHS), Bangladesh
Supported by: UNICEF-Bangladesh
Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
Cell:+8801914030574
Skype: nayeem.a.m
___
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] Compulsory Organization unit group set

2016-01-05 Thread Nayeem Al Mifthah
Dear All
I have found a problem while editing organization unit.

I cant see the field to select organization unit group which are in
compulsory organization unit group set.

We are using 2.19 version. Even I found same problem in stable version 2.1
in demo.


*Nayeem Al Mifthah*
Consultant (Team Leader of HMIS)
Management Information System
Directorate General of Health Services (DGHS), Bangladesh
Supported by: UNICEF-Bangladesh
Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
Cell:+8801914030574
Skype: nayeem.a.m
___
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] Value saving out of option set

2015-08-30 Thread Nayeem Al Mifthah
Dear All
I would like to bound end users to enter data with coded feature with
option set. But, currently users can enter data value out of option set
although there are options sated for that data element which allow users to
enter wrong data. As example, for ANC visit number data element there are
four option has sated [ANC-1, ANC-2, ANC-3, ANC-4+] but we found some other
values in tabular report other than the coded value.


Nayeem Al Mifthah
Consultant (Team Leader of HMIS)
Management Information System
Directorate General of Health Services (DGHS), Bangladesh
Supported by: UNICEF-Bangladesh
Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
Cell:+8801914030574
___
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] dhis2 2.18, 2.17. 2.16 reporting Error. Please Help.

2015-06-17 Thread Nayeem Al Mifthah
Dear Lars
There are monthly datasets on which a data entry operator input 50 in a
cell. Analytic shows that same number as 51.7 in those months which have 31
days (Jan, Mar, May, July, Aug, Oct, Dec), Also it shows less value in
February as it have 28 days.

It has happened as the analytic table calculate the data as Ms. Fatema has
described.



Nayeem Al Mifthah
HMIS Consultant
Management Information System
Directorate General of Health Services (DGHS), Bangladesh
Supported by: UNICEF-Bangladesh
Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
Cell:+8801914030574

On Wed, Jun 17, 2015 at 3:19 PM, Lars Helge Øverland 
wrote:

> Hi Fatema,
>
> do you think you could explain a bit more about the data elements and
> calculation?
>
> Do you think you cold try with 2.18 / 2.19 ?
>
> regards,
>
> Lars
>
>
>
> On Wed, Jun 17, 2015 at 11:06 AM, Uddin Fatema 
> wrote:
>
>> Dear All,
>>
>>  Data Analytic table retrieve wrong data in Pivot table, data visualizer
>> and GIS  and same error remain 2.17 and 2.16 too
>>
>> Here i attach screen short of Pivote Table Analysis and Data Entry Screen
>>
>>
>> In pivote table value shows =  51.7
>>
>> but originally  dataentry screen shows  = 50
>>
>> Calculation
>> it is dividing daysxvalue / 30 = 50* 31/30 = 51.7
>> But it should do  daysxvalue/daysno  = 50*31/31 =50
>>
>>
>> Please have a look on it.
>>
>>
>> Thanks
>>
>>
>> Fatema
>> --- Forwarded message --
>> rom: Uddin Fatema 
>> Date: Tue, May 5, 2015 at 5:56 PM
>> Subject: DHIS2 2.16 Data Analytic table retrieve wrong data in Pivot
>> table, data visualizer and GIS.
>> To: Jan Henrik Øverland 
>>
>>
>> Dear Jan,
>>
>> DHIS2 2.16 analytics (pivote table, data-visualizer and gis mapping
>> retrieve wrong data from Analytics_2015 or all analytics table.
>>
>> The problem is in analytics table it store daysxvalue , daysno and value
>> column but when it retrieve data for pivote table, data-visualizer and
>> gis that time it is dividing daysxvalue / 30
>> But it should do  daysxvalue/daysno
>>
>> As a result in pivot table, data visualizer and gis mapping shows wrong
>> data.
>>
>> Could you please solved it additionally, can you please tell me in source
>> code in which file i have to change.
>>
>> Thanks a lot in advance.
>>
>> Regards,
>> *Fatema Uddin*
>>
>> Technical Advisor (HIS)-Support to the Health Sector Program II
>> Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ) GmbH
>> German House
>> House 10/A-2, Road 90
>> Gulshan 2, Dhaka 1212, Bangladesh
>>
>> T  +880 9666701000
>> F  +880 28823099
>> M +880 19 6206 4721
>> I   www.giz.de
>> <https://owa.giz.de/owa/redir.aspx?C=mPQMujasE0-yL6Aa4ocPcnkcfUThJNEIi4h1DwsYjO3Ua20UR_COt6aTH1s4JIdR4p-jCoFsP6A.&URL=http%3a%2f%2fwww.giz.de%2f>
>>
>>
>>
>>
>> --
>> Regards,
>> *Fatema Uddin*
>>
>> Technical Advisor (HIS)-Support to the Health Sector Program II
>> Deutsche Gesellschaft für Internationale Zusammenarbeit (GIZ) GmbH
>> German House
>> House 10/A-2, Road 90
>> Gulshan 2, Dhaka 1212, Bangladesh
>>
>> T  +880 9666701000
>> F  +880 28823099
>> M +880 19 6206 4721
>> I   www.giz.de
>> <https://owa.giz.de/owa/redir.aspx?C=mPQMujasE0-yL6Aa4ocPcnkcfUThJNEIi4h1DwsYjO3Ua20UR_COt6aTH1s4JIdR4p-jCoFsP6A.&URL=http%3a%2f%2fwww.giz.de%2f>
>>
>>
>
>
> --
> Lars Helge Øverland
> Lead developer, DHIS 2
> University of Oslo
> Skype: larshelgeoverland
> http://www.dhis2.org <https://www.dhis2.org>
>
>
> ___
> 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] Category Combo in Tracker Element

2015-04-21 Thread Nayeem Al Mifthah
Dear Lars, Calle, and Fatema
Thanks for your support.

Thanks to John as well

Nayeem Al Mifthah
HMIS Consultant
Management Information System
Directorate General of Health Services (DGHS), Bangladesh
Supported by: UNICEF-Bangladesh
Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
Cell:+8801914030574

On Tue, Apr 21, 2015 at 11:36 AM, Uddin Fatema  wrote:

> Dear Nayeem,
>
> I just talked with John and he said it wil be good to make it aggregated
> data set as quarterly or monthly.
>
> Thanks
>
>
> On Mon, Apr 20, 2015 at 11:37 PM, Calle Hedberg 
> wrote:
>
>> Nayeem,
>>
>> Then I would use quarterly data: the first round of the campaign you
>> capture under Q1, the second round under Q2. Whether some of the second
>> round took place in May and some in June (e.g. from 20th May to 5th of
>> June), it does not matter, right? I assume you will capture this data per
>> facility, and each facility will thus have one set of aggregated values for
>> each round.
>>
>> You can also capture it using the month - the first round captured under
>> January and the second round captured under e.g. May (even if some of was
>> actually done in June). The months in between will be blank and will not
>> show up, which is fine.
>>
>> Note that I am assuming that you are receiving ONE set of aggregated
>> values from each facility per round. (Many/most EPI and VitA campaigns here
>> in South Africa reported data either on a daily basis or on a weekly basis
>> - in those cases we use the equivalent daily or weekly data period).
>>
>> Regards
>> Calle
>>
>> On 20 April 2015 at 19:07, Nayeem Al Mifthah  wrote:
>>
>>> Dear Calle
>>> The campaign has been performing almost twice in a year. If first
>>> campaign for one year has made in January and second in May/June, how can I
>>> disaggregate the data.
>>>
>>> Also, immediately after the champaign we required the data for
>>> monitoring. If we want that and design in agreegated manner, how can we
>>> made it.
>>>
>>> We can to allow future period data entry, which helps us to collect data
>>> for January in "Half Yearly 1 (Jan-Jun)". Then where to enter the campaign
>>> data for May/June?
>>>
>>> Anyone please help me in these regards.
>>>
>>> Nayeem Al Mifthah
>>> HMIS Consultant
>>> Management Information System
>>> Directorate General of Health Services (DGHS), Bangladesh
>>> Supported by: UNICEF-Bangladesh
>>> Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
>>> Cell:+8801914030574
>>>
>>> On Mon, Apr 20, 2015 at 10:49 PM, Calle Hedberg >> > wrote:
>>>
>>>> Hi
>>>>
>>>> I would still "force" the aggregated data into one of the routine
>>>> periods, then - maybe use quarterly or six-monthly instead of the typical
>>>> daily/weekly/monthly used for aggregated campaign data?
>>>>
>>>> Regards
>>>> Calle
>>>>
>>>> On 20 April 2015 at 16:46, Nayeem Al Mifthah 
>>>> wrote:
>>>>
>>>>> ​Dear Calle
>>>>> It is number. Agreegated data. But, this event is not performing in a
>>>>> regular manner.​ So I can't define the period.
>>>>>
>>>>> Nayeem Al Mifthah
>>>>> HMIS Consultant
>>>>> Management Information System
>>>>> Directorate General of Health Services (DGHS), Bangladesh
>>>>> Supported by: UNICEF-Bangladesh
>>>>> Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
>>>>> Cell:+8801914030574
>>>>>
>>>>> On Mon, Apr 20, 2015 at 6:52 PM, Calle Hedberg <
>>>>> calle.hedb...@gmail.com> wrote:
>>>>>
>>>>>> Nayeem
>>>>>>
>>>>>> Are you capturing data for each child separately? Or are you
>>>>>> capturing the number of eligible children for VitA + no of children 
>>>>>> getting
>>>>>> VitA?
>>>>>>
>>>>>> Regards
>>>>>> calle
>>>>>>
>>>>>> On 20 April 2015 at 14:25, Nayeem Al Mifthah 
>>>>>> wrote:
>>>>>>
>>>>>>> Dear Lars,
>>>>>>> Thanks for your guidence.
>>>>>>>
>>>>>>> Only thing I am confused about, this is an national event and
>>>>>>> agre

Re: [Dhis2-devs] [Dhis2-users] Category Combo in Tracker Element

2015-04-20 Thread Nayeem Al Mifthah
Dear Calle
The campaign has been performing almost twice in a year. If first campaign
for one year has made in January and second in May/June, how can I
disaggregate the data.

Also, immediately after the champaign we required the data for monitoring.
If we want that and design in agreegated manner, how can we made it.

We can to allow future period data entry, which helps us to collect data
for January in "Half Yearly 1 (Jan-Jun)". Then where to enter the campaign
data for May/June?

Anyone please help me in these regards.

Nayeem Al Mifthah
HMIS Consultant
Management Information System
Directorate General of Health Services (DGHS), Bangladesh
Supported by: UNICEF-Bangladesh
Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
Cell:+8801914030574

On Mon, Apr 20, 2015 at 10:49 PM, Calle Hedberg 
wrote:

> Hi
>
> I would still "force" the aggregated data into one of the routine periods,
> then - maybe use quarterly or six-monthly instead of the typical
> daily/weekly/monthly used for aggregated campaign data?
>
> Regards
> Calle
>
> On 20 April 2015 at 16:46, Nayeem Al Mifthah  wrote:
>
>> ​Dear Calle
>> It is number. Agreegated data. But, this event is not performing in a
>> regular manner.​ So I can't define the period.
>>
>> Nayeem Al Mifthah
>> HMIS Consultant
>> Management Information System
>> Directorate General of Health Services (DGHS), Bangladesh
>> Supported by: UNICEF-Bangladesh
>> Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
>> Cell:+8801914030574
>>
>> On Mon, Apr 20, 2015 at 6:52 PM, Calle Hedberg 
>> wrote:
>>
>>> Nayeem
>>>
>>> Are you capturing data for each child separately? Or are you capturing
>>> the number of eligible children for VitA + no of children getting VitA?
>>>
>>> Regards
>>> calle
>>>
>>> On 20 April 2015 at 14:25, Nayeem Al Mifthah 
>>> wrote:
>>>
>>>> Dear Lars,
>>>> Thanks for your guidence.
>>>>
>>>> Only thing I am confused about, this is an national event and
>>>> agreegated report comes from sub districts. But, the event is happening
>>>> without maintaining fixed interval.
>>>>
>>>> One of my colleague tell me to create agreegate dataset in replace of
>>>> tracker. Please suggest me.
>>>>
>>>>
>>>>
>>>> The elements of the report are:
>>>> No. of eligible children for Vitamin a capsule (Healthy, 6-11 months of
>>>> age)
>>>> No. of eligible children for Vitamin a capsule (Healthy, 12-59 months
>>>> of age)
>>>>
>>>> No. of children getting Vitamin a capsule (Healthy, 6-11 months of age)
>>>> No. of children getting Vitamin a capsule (Healthy, 12-59 months of age)
>>>>
>>>>
>>>> Nayeem Al Mifthah
>>>> HMIS Consultant
>>>> Management Information System
>>>> Directorate General of Health Services (DGHS), Bangladesh
>>>> Supported by: UNICEF-Bangladesh
>>>> Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
>>>> Cell:+8801914030574
>>>>
>>>> On Mon, Apr 20, 2015 at 5:55 PM, Lars Helge Øverland <
>>>> larshe...@gmail.com> wrote:
>>>>
>>>>> Hi Nayeem,
>>>>>
>>>>> sorry but categories are not supported for tracker data elements. We
>>>>> are considering to introduce it but for the moment you must create
>>>>> additional data elements.
>>>>>
>>>>> regards,
>>>>>
>>>>> Lars
>>>>>
>>>>>
>>>>> On Mon, Apr 20, 2015 at 1:17 PM, Nayeem Al Mifthah <
>>>>> n.mift...@gmail.com> wrote:
>>>>>
>>>>>> Dear All
>>>>>> Can we use category combo in event tracker element?
>>>>>>
>>>>>> We are going to capture vitamin A+ campaign report which run in
>>>>>> annonyms time.
>>>>>>
>>>>>> Although the event has designed twice in a year, but not followes
>>>>>> dates and frequency. As we can made only one campaign in 2014.
>>>>>>
>>>>>> Nayeem Al Mifthah
>>>>>> HMIS Consultant
>>>>>> Management Information System
>>>>>> Directorate General of Health Services (DGHS), Bangladesh
>>>>>> Supported by: UNICEF-Bangladesh
>>>>>> Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.

Re: [Dhis2-devs] [Dhis2-users] Category Combo in Tracker Element

2015-04-20 Thread Nayeem Al Mifthah
​Dear Calle
It is number. Agreegated data. But, this event is not performing in a
regular manner.​ So I can't define the period.

Nayeem Al Mifthah
HMIS Consultant
Management Information System
Directorate General of Health Services (DGHS), Bangladesh
Supported by: UNICEF-Bangladesh
Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
Cell:+8801914030574

On Mon, Apr 20, 2015 at 6:52 PM, Calle Hedberg 
wrote:

> Nayeem
>
> Are you capturing data for each child separately? Or are you capturing the
> number of eligible children for VitA + no of children getting VitA?
>
> Regards
> calle
>
> On 20 April 2015 at 14:25, Nayeem Al Mifthah  wrote:
>
>> Dear Lars,
>> Thanks for your guidence.
>>
>> Only thing I am confused about, this is an national event and agreegated
>> report comes from sub districts. But, the event is happening without
>> maintaining fixed interval.
>>
>> One of my colleague tell me to create agreegate dataset in replace of
>> tracker. Please suggest me.
>>
>>
>>
>> The elements of the report are:
>> No. of eligible children for Vitamin a capsule (Healthy, 6-11 months of
>> age)
>> No. of eligible children for Vitamin a capsule (Healthy, 12-59 months of
>> age)
>>
>> No. of children getting Vitamin a capsule (Healthy, 6-11 months of age)
>> No. of children getting Vitamin a capsule (Healthy, 12-59 months of age)
>>
>>
>> Nayeem Al Mifthah
>> HMIS Consultant
>> Management Information System
>> Directorate General of Health Services (DGHS), Bangladesh
>> Supported by: UNICEF-Bangladesh
>> Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
>> Cell:+8801914030574
>>
>> On Mon, Apr 20, 2015 at 5:55 PM, Lars Helge Øverland > > wrote:
>>
>>> Hi Nayeem,
>>>
>>> sorry but categories are not supported for tracker data elements. We are
>>> considering to introduce it but for the moment you must create additional
>>> data elements.
>>>
>>> regards,
>>>
>>> Lars
>>>
>>>
>>> On Mon, Apr 20, 2015 at 1:17 PM, Nayeem Al Mifthah 
>>> wrote:
>>>
>>>> Dear All
>>>> Can we use category combo in event tracker element?
>>>>
>>>> We are going to capture vitamin A+ campaign report which run in
>>>> annonyms time.
>>>>
>>>> Although the event has designed twice in a year, but not followes dates
>>>> and frequency. As we can made only one campaign in 2014.
>>>>
>>>> Nayeem Al Mifthah
>>>> HMIS Consultant
>>>> Management Information System
>>>> Directorate General of Health Services (DGHS), Bangladesh
>>>> Supported by: UNICEF-Bangladesh
>>>> Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
>>>> Cell:+8801914030574
>>>>
>>>> ___
>>>> 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
>>
>>
>
>
> --
>
> ***
>
> Calle Hedberg
>
> 46D Alma Road, 7700 Rosebank, SOUTH AFRICA
>
> Tel/fax (home): +27-21-685-6472
>
> Cell: +27-82-853-5352
>
> Iridium SatPhone: +8816-315-19274
>
> Email: calle.hedb...@gmail.com
>
> Skype: calle_hedberg
>
> ***
>
>
___
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] Category Combo in Tracker Element

2015-04-20 Thread Nayeem Al Mifthah
Dear Lars,
Thanks for your guidence.

Only thing I am confused about, this is an national event and agreegated
report comes from sub districts. But, the event is happening without
maintaining fixed interval.

One of my colleague tell me to create agreegate dataset in replace of
tracker. Please suggest me.



The elements of the report are:
No. of eligible children for Vitamin a capsule (Healthy, 6-11 months of age)
No. of eligible children for Vitamin a capsule (Healthy, 12-59 months of
age)

No. of children getting Vitamin a capsule (Healthy, 6-11 months of age)
No. of children getting Vitamin a capsule (Healthy, 12-59 months of age)


Nayeem Al Mifthah
HMIS Consultant
Management Information System
Directorate General of Health Services (DGHS), Bangladesh
Supported by: UNICEF-Bangladesh
Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
Cell:+8801914030574

On Mon, Apr 20, 2015 at 5:55 PM, Lars Helge Øverland 
wrote:

> Hi Nayeem,
>
> sorry but categories are not supported for tracker data elements. We are
> considering to introduce it but for the moment you must create additional
> data elements.
>
> regards,
>
> Lars
>
>
> On Mon, Apr 20, 2015 at 1:17 PM, Nayeem Al Mifthah 
> wrote:
>
>> Dear All
>> Can we use category combo in event tracker element?
>>
>> We are going to capture vitamin A+ campaign report which run in annonyms
>> time.
>>
>> Although the event has designed twice in a year, but not followes dates
>> and frequency. As we can made only one campaign in 2014.
>>
>> Nayeem Al Mifthah
>> HMIS Consultant
>> Management Information System
>> Directorate General of Health Services (DGHS), Bangladesh
>> Supported by: UNICEF-Bangladesh
>> Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
>> Cell:+8801914030574
>>
>> ___
>> 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


[Dhis2-devs] Category Combo in Tracker Element

2015-04-20 Thread Nayeem Al Mifthah
Dear All
Can we use category combo in event tracker element?

We are going to capture vitamin A+ campaign report which run in annonyms
time.

Although the event has designed twice in a year, but not followes dates and
frequency. As we can made only one campaign in 2014.

Nayeem Al Mifthah
HMIS Consultant
Management Information System
Directorate General of Health Services (DGHS), Bangladesh
Supported by: UNICEF-Bangladesh
Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
Cell:+8801914030574
___
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] DHIS version 2.16 released

2014-08-08 Thread Nayeem Al Mifthah
Great job... so cool features has added.

Development on tracker, webAPI, and visualizer are fantastic

Congratulation and many many thanks to dTeam
On 25 Jul 2014 22:01, "Lars Helge Øverland"  wrote:

> Hi all,
>
> DHIS version 2.16 is out and we have some great new features:
>
>
> *- Tracker capture app:* We have a completely new app for tracking
> persons and other entities. This app lets you register and search persons.
> It features a dashboard which gives you the complete overview of the
> person. It is customizable and designed around widgets, making it easy to
> place the information you need where you need it. It currently features
> widgets for enrollment, profile, data capture through stages, summary
> report, relationships, notes and current selections. This app will
> eventually replace the individual records module. Check it out by selecting
> org units at the lowest level in the hierarchy and the TB program on the
> demo.
>
> Demo Search
>  | Demo
> Dashboard
> 
> | Docs 
>
>
> *- Event visualizer app:* A new app for creating charts based on events.
> Works similarly to event reports. It lets you create aggregated event data
> visualizations based on flexible queries on attributes and data elements.
> It lets you analyze events based on time periods, organisation units and
> group sets, and place any dimension as chart series, category and filters.
> It supports a range of options for controlling the range and domain axis,
> target and base lines, labels and chart title. You can save your charts as
> favorites and share them with others. Charts can be downloaded as PNG
> images and PDF documents. Check out the favorites on the demo.
>
> Demo
> 
> | Docs 
>
>
> *- Event charts in dashboard:* The charts created in event visualizer can
> easily be included in the dashboard, as a separate dashboard or together
> with "aggregate" analysis. Simply search from the dashboard search field
> and look under "event charts", then click add next to each chart. Click on
> "Inpatient Morbidity Mortality" dashboard on demo.
>
> Demo
> 
>
>
> *- Org unit group sets in event analysis:* The event reports and
> visualizer apps now enables analysis of organisation unit group set based
> dimensions. This means that you can easily create analysis of events across
> e.g. facility types and ownership without going through aggregation queries.
>
> Demo
> 
>
>
> *- Multiple calendars for data capture:* The system now supports a range
> of calendars for data capture, including Ethiopian, Gregorian, Islamic, ISO
> 8601, Julian, Nepali, Thai. You can set which calendar to use under
> Settings > Calendar.
>
> Demo
> 
>
>
> *- Data synchronization:* You can synchronize data collected in a local
> instance of DHIS 2 with another, remote instance of DHIS 2. This is useful
> e.g. in a scenario where you have multiple DHIS 2 instances deployed partly
> offline in the field and want them to automatically submit data to a
> central, online instance of DHIS 2. To enable sync first go Settings >
> Synchronization and enter the URL, username and password of the remote
> server. Second, go to Data administration > Data synchronization and set
> strategy to enabled. The system will attempt a synchronization request
> every minute.
>
> Demo
> 
>  |
> Docs 
>
>
> *- Data value audit trail:* Audit trail, i.e. the history of
> modifications happened to a data value, is now supported. This is useful in
> order to keep track of changes and manage changes in cases where multiple
> people are working on the same data. Check it out in data entry by editing
> a field a few times, clicking in the input cell to open the history dialog
> and click on Audit trail.
>
> Demo  |
> Screenshot 
>
>
> *- Totals in validation rules:* You can now insert data element category
> option totals directly in validation rules. This should make the validation
> rule expression less verbose and more manageable. Click on "edit left side"
> on the demo.
>
> Demo
> 
>
>
> *- Top menu search:* The