Re: [Dhis2-users] [Dhis2-devs] Tracker Capture - Input Fields Validation

2016-04-27 Thread Muhammad Tahir
Thankyou Markus :)

On Wed, Apr 27, 2016 at 2:02 PM, Markus Bekken <markus.bek...@gmail.com>
wrote:

> Hi again Muhammad,
> d2:validatePattern and d2:length could conveniently be backported - they
> are now supported in the latest 2.22 build.
>
> Calle: Added a few examples to the user manual, which can be found here:
> http://dhis2.github.io/dhis2-docs/master/en/user/html/ch31s05.html
>
> The program rules generally access data within one enrollment for tracker
> programs. Data values from data elements and tracked entity attributes,
> along with constants and a set of variables defined here:
> http://dhis2.github.io/dhis2-docs/master/en/user/html/ch30s03.html
> For event capture, the program rules access data values from the current
> event, and events within the same program and organization unit.
>
> Not to say we cant expand this in future releases, please comment and or
> create blueprints for what would be useful in your context.
>
> Best regards,
> Markus
>
> 26. apr. 2016 kl. 07.01 skrev Muhammad Tahir <mtag...@gmail.com>:
>
> *Correction*, we are on version 2.22
>
> On Tue, Apr 26, 2016 at 9:56 AM, Muhammad Tahir <mtag...@gmail.com> wrote:
>
>> Hi Markus,
>>
>> Your answer is very helpful, but unfortunately we are on version 2.23 and
>> won't be able to use this.
>>
>> Is there any way around to achieve the same.
>>
>> @Calle: Thank you highlighting the loop option, we are also looking for
>> this to validate the values in DB.
>>
>> On Mon, Apr 25, 2016 at 6:21 PM, Calle Hedberg <calle.hedb...@gmail.com>
>> wrote:
>>
>>> Markus,
>>>
>>> A series of valid expression examples would be very useful, including
>>> examples using multiple actions.
>>>
>>> Can those expressions include lookup functions into other tables or
>>> stored views in the system?
>>>
>>> Regards
>>> Calle
>>>
>>> On 25 April 2016 at 14:37, Markus Bekken <markus.bek...@gmail.com>
>>> wrote:
>>>
>>>> Hi Muhammad,
>>>>
>>>> There is support for this in the 2.23 release(just out), via the
>>>> program rules.
>>>>
>>>> Right clicking on your program in the programs app, select program
>>>> rules - and you can create a rule like this:>>> kl. 13.58.01.png>
>>>>
>>>> If you also want to validate that the field has a certain pattern, you
>>>> could expand the rule with a regular expression matching check. The below
>>>> example checks wether the address field is containing letters and spaces,
>>>> followed by a space and then a number. The regex is* [\w ]+ \d+ *- notice
>>>> that the backslashes needs to be escaped:
>>>> 
>>>>
>>>> Please have a look, and let us know if we can help with anything!
>>>>
>>>> Markus
>>>>
>>>> 25. apr. 2016 kl. 07.30 skrev Muhammad Tahir <mtag...@gmail.com>:
>>>>
>>>> Hi,
>>>>
>>>> While working with Tracker Capture, is there any possibility to add
>>>> validation (Js/jquery validation or any other) via front-end or we have to
>>>> make changes at code level to achieve this?
>>>>
>>>> We have created some fields as TEXT, but want to restrict the length
>>>> and pattern to restrict users to enter correct data.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> *Regards,*
>>>> *Muhammad Tahir*
>>>> ___
>>>> Mailing list: https://launchpad.net/~dhis2-users
>>>> Post to : dhis2-users@lists.launchpad.net
>>>> Unsubscribe : https://launchpad.net/~dhis2-users
>>>> More help   : https://help.launchpad.net/ListHelp
>>>>
>>>>
>>>>
>>>> ___
>>>> Mailing list: https://launchpad.net/~dhis2-devs
>>>> Post to : dhis2-d...@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-19119
>>>
>>> Email: calle.hedb...@gmail.com
>>>
>>> Skype: calle_hedberg
>>>
>>> ***
>>>
>>>
>>
>>
>> --
>> *Regards,*
>> *Muhammad Tahir*
>>
>
>
>
> --
> *Regards,*
> *Muhammad Tahir*
>
>
>


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


[Dhis2-users] Tracker Capture - Input Fields Validation

2016-04-24 Thread Muhammad Tahir
Hi,

While working with Tracker Capture, is there any possibility to add
validation (Js/jquery validation or any other) via front-end or we have to
make changes at code level to achieve this?

We have created some fields as TEXT, but want to restrict the length and
pattern to restrict users to enter correct data.





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


[Dhis2-users] DHIS2 - Indicator: Setting Numerator and Denominator

2015-07-02 Thread Muhammad Tahir
Hi,

While setting numerator or denominator for indicators, it show codes (E.g:
#{fbfJHSPpUQD}) not the actual names of DataElements. It works fine when
setting up for the first time, but when editing, it is a bit confusing.

Is there a way to show the names of DataElements?

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


Re: [Dhis2-users] DHIS2 - Indicator: Setting Numerator and Denominator

2015-07-02 Thread Muhammad Tahir
Thanks Aung, got it now :)

On Thu, Jul 2, 2015 at 2:06 PM, Lwinlwin Aung lwinlwinaung...@gmail.com
wrote:

 The names of the DataElements are shown in Description box.

 On Thu, Jul 2, 2015 at 3:27 PM, Muhammad Tahir mtag...@gmail.com wrote:

 Hi,

 While setting numerator or denominator for indicators, it show codes
 (E.g: #{fbfJHSPpUQD}) not the actual names of DataElements. It works fine
 when setting up for the first time, but when editing, it is a bit
 confusing.

 Is there a way to show the names of DataElements?

 --
 *Regards,*
 *Muhammad Tahir*

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




 --
 Dr. Lwin Lwin Aung
 Health Information Division
 Department of Public Health
 Office No.(47), Nay Pyi Taw




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


Re: [Dhis2-users] [Dhis2-devs] DHIS2: Default Registration option in Tracker Capture

2015-06-17 Thread Muhammad Tahir
Hi Abyot,

One more thing related to Manage attributes with no program, how to mark
national identification as a mandatory field?

On Wed, Jun 17, 2015 at 12:46 PM, Muhammad Tahir mtag...@gmail.com wrote:

 Thanks Abyot, Manage attributes with no program it is.

 Have you checked my latest email with subject Error in Registration? Can
 you help with that?

 On Wed, Jun 17, 2015 at 12:27 PM, Abyot Gizaw aby...@gmail.com wrote:

 Yes, you can control them by clicking Manage attributes with no program
 from the attributes page.

 On Wed, Jun 17, 2015 at 8:56 AM Shurajit Dutta shurajitdu...@gmail.com
 wrote:

 Hi Muhammad,

 These are attributes. If you go to the programs/attributes app you will
 see where to find the attributes. Also if you select a program and choose
 edit you can see how the attributes have been added. You can find some more
 info here in the docs:

 https://www.dhis2.org/doc/snapshot/en/user/html/ch29s02.html#d5e5915



 On Wed, Jun 17, 2015 at 2:49 PM, Muhammad Tahir mtag...@gmail.com
 wrote:

 Hi,

 On DHIS2 demo site - Tracker Capture

 When registering without selecting any program, it asks for FirstName,
 Last Name and National Identifier.

 But I am unable to locate, how is this configured, kindly share the
 details how can this be achieved?



 --
 *Regards,*
 *Muhammad Tahir*

 ___

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


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

 --
 
 Thank you,
 Abyot




 --
 *Regards,*
 *Muhammad Tahir*




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


[Dhis2-users] DHIS2: Default Registration option in Tracker Capture

2015-06-17 Thread Muhammad Tahir
Hi,

On DHIS2 demo site - Tracker Capture

When registering without selecting any program, it asks for FirstName, Last
Name and National Identifier.

But I am unable to locate, how is this configured, kindly share the details
how can this be achieved?



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


Re: [Dhis2-users] [Dhis2-devs] DHIS2: Default Registration option in Tracker Capture

2015-06-17 Thread Muhammad Tahir
Thanks Abyot, Manage attributes with no program it is.

Have you checked my latest email with subject Error in Registration? Can
you help with that?

On Wed, Jun 17, 2015 at 12:27 PM, Abyot Gizaw aby...@gmail.com wrote:

 Yes, you can control them by clicking Manage attributes with no program
 from the attributes page.

 On Wed, Jun 17, 2015 at 8:56 AM Shurajit Dutta shurajitdu...@gmail.com
 wrote:

 Hi Muhammad,

 These are attributes. If you go to the programs/attributes app you will
 see where to find the attributes. Also if you select a program and choose
 edit you can see how the attributes have been added. You can find some more
 info here in the docs:

 https://www.dhis2.org/doc/snapshot/en/user/html/ch29s02.html#d5e5915



 On Wed, Jun 17, 2015 at 2:49 PM, Muhammad Tahir mtag...@gmail.com
 wrote:

 Hi,

 On DHIS2 demo site - Tracker Capture

 When registering without selecting any program, it asks for FirstName,
 Last Name and National Identifier.

 But I am unable to locate, how is this configured, kindly share the
 details how can this be achieved?



 --
 *Regards,*
 *Muhammad Tahir*

 ___

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


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

 --
 
 Thank you,
 Abyot




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


Re: [Dhis2-users] [Dhis2-devs] DHIS2: Default Registration option in Tracker Capture

2015-06-17 Thread Muhammad Tahir
Hi Abyot,

We have actually 3 type of entities that we want to keep track of.

1) Provider
2) Patient
3) Worker/Trainer


For now, I am testing how can these be done either separately or at one
place.

We can use Manage Attributes with program to register every person either
it is a provider, patient or worker. And then use the program to store the
program related attributes for each entity and use an option set to
distinguish if a person to belongs to either of them. And use relations to
link a provider to patient, one patient to another.

But have one issue with this configuration is that, we want to track
details of which provider provides which service.
As in same organization unit, one provider is for vaccination and other is
for TB or a separate program. Relations does not keep this information.


Can we use details at program stage level, but can we make the list of
persons(entity) used in Manage Attributes with program segregated
according attributes (set to either patient, provider or worker) to appear
in program stage.

E.g.

Person1 (Attribute: Patient)
Person2 (Attribute:Patient)
Person3 (Attribute: Provider)
Person4 (Attribute: Provider)


VaccineProgram-Stage1:
Show only person with type providers in list, but providers have their
unique code in whole system.


Let me know, if any more details are required.










On Wed, Jun 17, 2015 at 1:59 PM, Abyot Gizaw aby...@gmail.com wrote:

 That you have to do it with program.

 Just now we are discussing the merit of doing registration without
 selecting a program. The plan is to remove this feature. It seems you are
 using this feature. Can you tell us more about your usecase - why did you
 want to register without selecting a program?

 On Wed, Jun 17, 2015 at 9:59 AM Muhammad Tahir mtag...@gmail.com wrote:

 Hi Abyot,

 One more thing related to Manage attributes with no program, how to
 mark national identification as a mandatory field?

 On Wed, Jun 17, 2015 at 12:46 PM, Muhammad Tahir mtag...@gmail.com
 wrote:

 Thanks Abyot, Manage attributes with no program it is.

 Have you checked my latest email with subject Error in Registration?
 Can you help with that?

 On Wed, Jun 17, 2015 at 12:27 PM, Abyot Gizaw aby...@gmail.com wrote:

 Yes, you can control them by clicking Manage attributes with no
 program from the attributes page.

 On Wed, Jun 17, 2015 at 8:56 AM Shurajit Dutta shurajitdu...@gmail.com
 wrote:

 Hi Muhammad,

 These are attributes. If you go to the programs/attributes app you
 will see where to find the attributes. Also if you select a program and
 choose edit you can see how the attributes have been added. You can find
 some more info here in the docs:

 https://www.dhis2.org/doc/snapshot/en/user/html/ch29s02.html#d5e5915



 On Wed, Jun 17, 2015 at 2:49 PM, Muhammad Tahir mtag...@gmail.com
 wrote:

 Hi,

 On DHIS2 demo site - Tracker Capture

 When registering without selecting any program, it asks for
 FirstName, Last Name and National Identifier.

 But I am unable to locate, how is this configured, kindly share the
 details how can this be achieved?



 --
 *Regards,*
 *Muhammad Tahir*

 ___

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


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

 --
 
 Thank you,
 Abyot




 --
 *Regards,*
 *Muhammad Tahir*




 --
 *Regards,*
 *Muhammad Tahir*

 --
 
 Thank you,
 Abyot




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


Re: [Dhis2-users] DHIS2: Select multiple options

2015-06-16 Thread Muhammad Tahir
Many thanks, I'll try and let you know.

On Tue, Jun 16, 2015 at 4:56 PM, Prosper BT ptb3...@gmail.com wrote:

 Hi Tahir,

 We attempted to do this with scripts in a custom form but stored  all the
 selections in one field for analysis.

 I think you can turn options into data elements or attributes with Yes
 only field type.

 Regards


 On Tue, Jun 16, 2015 at 2:46 PM, Abyot Gizaw aby...@gmail.com wrote:

 No, unfortunately we don't have that kind of feature.

 Actually storing multiple values for a single data-element will create a
 problem later during aggregation/analysis. If you have a short pre-defined
 list of services, I would suggest creating corresponding data element of
 type yes/no for each service.


 On Tue, Jun 16, 2015 at 1:41 PM Muhammad Tahir mtag...@gmail.com wrote:

 Hi,

 While designing forms, we wanted to have fields where user can select
 multiple values.


 E.g. Services that a particular provider offers.

 Is there any option to select multiple values from a list or using check
 boxes?

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

 --
 
 Thank you,
 Abyot

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




 --
 Prosper Behumbiize, MPH
 Global HISP| University Of Oslo/HISP Uganda
 +256 751 751 776 | +256 776 139 139
 ptb3...@gmail.com | pros...@dhis2.org | Skype: prospertb





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


[Dhis2-users] Program - Error in Registration

2015-06-16 Thread Muhammad Tahir
Hi,

I have created a program to register all the providers at organization unit
level and have registered some providers.

Provider has some details for input, i.e Provider Code (A unique value in
whole system), Provider Name etc.

Now created another program that is provider trainings. Now want to select
the same provider in that area (org unit) and register provider for
trainings, but getting the error Error in Registration.





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


Re: [Dhis2-users] [Dhis2-devs] Program - Error in Registration

2015-06-16 Thread Muhammad Tahir
Thanks Abyot for the hint, I'll try it and share the results soon.

On Tue, Jun 16, 2015 at 5:51 PM, Abyot Gizaw aby...@gmail.com wrote:

 Hi Muhammad,

 I am not sure I understood what you wanted to do:

 1. You have two programs - provider and provider training
 2. You registered a provider under the provider program
 3. Now you wanted to use the registered provider and register it again in
 training program

 Is this what you wanted to do? If true, then you can do number 3 from the
 provider's dashboard. Just click on the provider from the list, and it will
 take you to the dashboard. From this dashboard - you should see a program
 selection at the top. If you select your new program (which you called
 provider training), you will have a chance to put additional details in the
 Enrollment Widget.



 On Tue, Jun 16, 2015 at 2:38 PM Muhammad Tahir mtag...@gmail.com wrote:

 Hi,

 I have created a program to register all the providers at organization
 unit level and have registered some providers.

 Provider has some details for input, i.e Provider Code (A unique value in
 whole system), Provider Name etc.

 Now created another program that is provider trainings. Now want to
 select the same provider in that area (org unit) and register provider for
 trainings, but getting the error Error in Registration.





 --
 *Regards,*
 *Muhammad Tahir*
  ___
 Mailing list: https://launchpad.net/~dhis2-devs
 Post to : dhis2-d...@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~dhis2-devs
 More help   : https://help.launchpad.net/ListHelp

 --
 
 Thank you,
 Abyot




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


Re: [Dhis2-users] [Dhis2-devs] Program - Error in Registration

2015-06-16 Thread Muhammad Tahir
Thank you Abyot, it does work.

And now we want to move a bit ahead. In the provider training program we
also want to keep the information of trainer/worker.
(Trainer/worker will registered into the system in a similar manner as
provider was registered.)

The provider was selected from the list, now in the new form we have some
information like

ProviderCode (Already filled)
ProviderName (Already filled)
TrainerCode
TrainerName


How can we add up trainer information in it from the existing list.

Trainer/Worker is also unique in the entire system, so it does not allow to
enter any existing Trainer here.

I know we can add relations, but  relations are maintained in system
irrespective of a program and remains the same and it does not identify
uniquely which trainer trained in which program.

And same is the case when adding an existing provider to another patient
program. We can use the same patient and details for other project, but how
to add an existing provider to it.

Any hint on how can we achieve this?




On Tue, Jun 16, 2015 at 10:35 PM, Muhammad Tahir mtag...@gmail.com wrote:

 Thanks Abyot for the hint, I'll try it and share the results soon.

 On Tue, Jun 16, 2015 at 5:51 PM, Abyot Gizaw aby...@gmail.com wrote:

 Hi Muhammad,

 I am not sure I understood what you wanted to do:

 1. You have two programs - provider and provider training
 2. You registered a provider under the provider program
 3. Now you wanted to use the registered provider and register it again in
 training program

 Is this what you wanted to do? If true, then you can do number 3 from the
 provider's dashboard. Just click on the provider from the list, and it will
 take you to the dashboard. From this dashboard - you should see a program
 selection at the top. If you select your new program (which you called
 provider training), you will have a chance to put additional details in the
 Enrollment Widget.



 On Tue, Jun 16, 2015 at 2:38 PM Muhammad Tahir mtag...@gmail.com wrote:

 Hi,

 I have created a program to register all the providers at organization
 unit level and have registered some providers.

 Provider has some details for input, i.e Provider Code (A unique value
 in whole system), Provider Name etc.

 Now created another program that is provider trainings. Now want to
 select the same provider in that area (org unit) and register provider for
 trainings, but getting the error Error in Registration.





 --
 *Regards,*
 *Muhammad Tahir*
  ___
 Mailing list: https://launchpad.net/~dhis2-devs
 Post to : dhis2-d...@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~dhis2-devs
 More help   : https://help.launchpad.net/ListHelp

 --
 
 Thank you,
 Abyot




 --
 *Regards,*
 *Muhammad Tahir*




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


Re: [Dhis2-users] [Dhis2-devs] DHIS2 reports/charts/graphs Sharing

2015-06-16 Thread Muhammad Tahir
I may have missed or configured some thing that causes this issue.

The same settings settings were working for other user groups and roles.

I have now created an alternate user role with same access level.
Created a new user, assigned the new role.
Created a new user group for the new user.


And now it worked :).


A few more queries that incurs to me during this configuration steps.

What is the difference between User by Organization Unit and User?, as
I see the same options available when opt to eidt a user.


What is the option Join Group does?

What Managed user groups does? Is it used to group the groups into a big
group?

Like group, Health Service and Sales into a new year end group to share
reports at once?

How can we see disables users by just looking at list? Or a filter can be
added to fetch the disables users or only active users.



On Mon, Jun 15, 2015 at 5:44 PM, Ola Hodne Titlestad ol...@ifi.uio.no
wrote:

 To see your shared dashboard the user only needs the authority to see the
 dashboard module, nothing else. So the user role for that is very basic.

 What's important is the user group. You share dashboard with a user group,
 not a user role.
 Note that each tab on your Dashboards page is referred to as one Dashboard
 and has its own sharing settings. For each dashboard you want to
 restrict/mange access to, click on Share, then remove the public access and
 add one or more  user group that you want to grant read or write access to.

 Ola

 On Mon, 15 Jun 2015 14:07 Knut Staring knu...@gmail.com wrote:

 What if you try a different browser and chrome incognito mode?

 And what if you make a third group which also have the same access rights?

 On Mon, Jun 15, 2015 at 2:04 PM, Muhammad Tahir mtag...@gmail.com
 wrote:

 Yes,  I have cleared the cache at admin and other user's end, but the
 results are still different.

 On Mon, Jun 15, 2015 at 5:03 PM, Knut Staring knu...@gmail.com wrote:

 So both user roles have exactly the same rights, but show different
 results? That is weird...

 On Mon, Jun 15, 2015 at 1:55 PM, Muhammad Tahir mtag...@gmail.com
 wrote:

 Hi Matthieu,

 I have created two roles Sales and Health Services with following
 rights,


- M_dhis-web-maintenance-appmanager
- M_dhis-web-maintenance-user
- M_dhis-web-event-visualizer
- M_dhis-web-reporting
- M_dhis-web-maintenance-dataset
- M_dhis-web-pivot
- M_dhis-web-dashboard-integration
- M_dhis-web-dataentry
- M_dhis-web-cache-cleaner
- M_dhis-web-mobile
- M_dhis-web-event-capture
- M_dhis-web-sms
- M_dhis-web-light
- M_dhis-web-maintenance-datadictionary
- M_dhis-web-maintenance-settings
- M_dhis-web-maintenance-program
- M_dhis-web-validationrule
- M_dhis-web-mapping
- See Tabular Tracker Capture
- M_dhis-web-maintenance-organisationunit
- M_dhis-web-importexport
- M_dhis-web-api-fred
- M_dhis-web-caseentry
- M_dhis-web-visualizer
- M_dhis-web-event-reports
- M_dhis-web-maintenance-dataadmin
- M_dhis-web-maintenance-mobile
- M_dhis-web-tracker-capture
- F_EXPORT_EVENTS
- F_EXPORT_DATA
- F_VIEW_DATABROWSER
- F_MYDATAMART_VIEW


 Later user created with each role is added to their respective groups
 Sales Group and HS Group.


 But the dashboard does not appear for Sales user, rather it appears
 for HS User. See the attached screenshots for reference.






 On Mon, Jun 15, 2015 at 4:24 PM, Matthieu Pinard matth...@ifi.uio.no
 wrote:

 Dear Muhammad,

 *Sharing a Dashboard*
 *- Sharing options*
 Could you send a screenshot of you sharing settings of the dashboard?

 *- User Access rights*
 What are the user's access rights of the user who cannot access the
 dashboard?

 *Sharing a chart*
 Yes it should be defined at the level of each chart by clicking the
 blue button in Favourites.

 Cheers,
 Matthieu


 Matthieu Pinard
 DHIS 2 Academy  Community Coordinator | University of Oslo

 On 15 June 2015 at 11:58, Muhammad Tahir mtag...@gmail.com wrote:

 Hi,


 I have created some reports and charts as admin user and have placed
 these on my dashboard.

 Now, I tried to share only selected tabs on my dashboard with a
 particular user group, but nothing appear at that user's end on its
 dashboard.


 Additionally, I would like to limit the visibility of reports/charts
 to specific users/user groups when permitted, as of now, I have to 
 manually
 block each report/chart to none.



 --
 *Regards,*
 *Muhammad Tahir*

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





 --
 *Regards,*
 *Muhammad Tahir*

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

[Dhis2-users] DHIS2: Select multiple options

2015-06-16 Thread Muhammad Tahir
Hi,

While designing forms, we wanted to have fields where user can select
multiple values.


E.g. Services that a particular provider offers.

Is there any option to select multiple values from a list or using check
boxes?

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


Re: [Dhis2-users] [Dhis2-devs] Patients Provider List View

2015-06-16 Thread Muhammad Tahir
Thanks, it does work. Additionally I have to make program available at
parent organization level to view all the children.



On Tue, Jun 16, 2015 at 4:37 PM, Abyot Gizaw aby...@gmail.com wrote:

 Hi Muhammad,

 You can have that using the advanced search feature. See
 https://www.dhis2.org/doc/snapshot/en/user/html/ch28s02.html

 Thank you,
 Abyot.
 On Tue, Jun 16, 2015 at 1:30 PM Muhammad Tahir mtag...@gmail.com wrote:

 Hi,

 We have patients and providers entities registered using program.


 Now we want to view/download a list of all the patients/providers that
 are linked to organization units at one place. We can see the list under
 the particular organization unit.

 But we want to see a list with all the organization units linked or if
 select a parent organization unit then can view all the patients/ providers
 under it.

 --
 *Regards,*
 *Muhammad Tahir*
  ___
 Mailing list: https://launchpad.net/~dhis2-devs
 Post to : dhis2-d...@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~dhis2-devs
 More help   : https://help.launchpad.net/ListHelp




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


[Dhis2-users] DHIS2 reports/charts/graphs Sharing

2015-06-15 Thread Muhammad Tahir
Hi,


I have created some reports and charts as admin user and have placed these
on my dashboard.

Now, I tried to share only selected tabs on my dashboard with a particular
user group, but nothing appear at that user's end on its dashboard.


Additionally, I would like to limit the visibility of reports/charts to
specific users/user groups when permitted, as of now, I have to manually
block each report/chart to none.



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


Re: [Dhis2-users] [Dhis2-devs] DHIS2 reports/charts/graphs Sharing

2015-06-15 Thread Muhammad Tahir
Hi Matthieu,

I have created two roles Sales and Health Services with following
rights,


   - M_dhis-web-maintenance-appmanager
   - M_dhis-web-maintenance-user
   - M_dhis-web-event-visualizer
   - M_dhis-web-reporting
   - M_dhis-web-maintenance-dataset
   - M_dhis-web-pivot
   - M_dhis-web-dashboard-integration
   - M_dhis-web-dataentry
   - M_dhis-web-cache-cleaner
   - M_dhis-web-mobile
   - M_dhis-web-event-capture
   - M_dhis-web-sms
   - M_dhis-web-light
   - M_dhis-web-maintenance-datadictionary
   - M_dhis-web-maintenance-settings
   - M_dhis-web-maintenance-program
   - M_dhis-web-validationrule
   - M_dhis-web-mapping
   - See Tabular Tracker Capture
   - M_dhis-web-maintenance-organisationunit
   - M_dhis-web-importexport
   - M_dhis-web-api-fred
   - M_dhis-web-caseentry
   - M_dhis-web-visualizer
   - M_dhis-web-event-reports
   - M_dhis-web-maintenance-dataadmin
   - M_dhis-web-maintenance-mobile
   - M_dhis-web-tracker-capture
   - F_EXPORT_EVENTS
   - F_EXPORT_DATA
   - F_VIEW_DATABROWSER
   - F_MYDATAMART_VIEW


Later user created with each role is added to their respective groups Sales
Group and HS Group.


But the dashboard does not appear for Sales user, rather it appears for HS
User. See the attached screenshots for reference.






On Mon, Jun 15, 2015 at 4:24 PM, Matthieu Pinard matth...@ifi.uio.no
wrote:

 Dear Muhammad,

 *Sharing a Dashboard*
 *- Sharing options*
 Could you send a screenshot of you sharing settings of the dashboard?

 *- User Access rights*
 What are the user's access rights of the user who cannot access the
 dashboard?

 *Sharing a chart*
 Yes it should be defined at the level of each chart by clicking the blue
 button in Favourites.

 Cheers,
 Matthieu


 Matthieu Pinard
 DHIS 2 Academy  Community Coordinator | University of Oslo

 On 15 June 2015 at 11:58, Muhammad Tahir mtag...@gmail.com wrote:

 Hi,


 I have created some reports and charts as admin user and have placed
 these on my dashboard.

 Now, I tried to share only selected tabs on my dashboard with a
 particular user group, but nothing appear at that user's end on its
 dashboard.


 Additionally, I would like to limit the visibility of reports/charts to
 specific users/user groups when permitted, as of now, I have to manually
 block each report/chart to none.



 --
 *Regards,*
 *Muhammad Tahir*

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





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


Re: [Dhis2-users] [Dhis2-devs] DHIS2 reports/charts/graphs Sharing

2015-06-15 Thread Muhammad Tahir
Yes,  I have cleared the cache at admin and other user's end, but the
results are still different.

On Mon, Jun 15, 2015 at 5:03 PM, Knut Staring knu...@gmail.com wrote:

 So both user roles have exactly the same rights, but show different
 results? That is weird...

 On Mon, Jun 15, 2015 at 1:55 PM, Muhammad Tahir mtag...@gmail.com wrote:

 Hi Matthieu,

 I have created two roles Sales and Health Services with following
 rights,


- M_dhis-web-maintenance-appmanager
- M_dhis-web-maintenance-user
- M_dhis-web-event-visualizer
- M_dhis-web-reporting
- M_dhis-web-maintenance-dataset
- M_dhis-web-pivot
- M_dhis-web-dashboard-integration
- M_dhis-web-dataentry
- M_dhis-web-cache-cleaner
- M_dhis-web-mobile
- M_dhis-web-event-capture
- M_dhis-web-sms
- M_dhis-web-light
- M_dhis-web-maintenance-datadictionary
- M_dhis-web-maintenance-settings
- M_dhis-web-maintenance-program
- M_dhis-web-validationrule
- M_dhis-web-mapping
- See Tabular Tracker Capture
- M_dhis-web-maintenance-organisationunit
- M_dhis-web-importexport
- M_dhis-web-api-fred
- M_dhis-web-caseentry
- M_dhis-web-visualizer
- M_dhis-web-event-reports
- M_dhis-web-maintenance-dataadmin
- M_dhis-web-maintenance-mobile
- M_dhis-web-tracker-capture
- F_EXPORT_EVENTS
- F_EXPORT_DATA
- F_VIEW_DATABROWSER
- F_MYDATAMART_VIEW


 Later user created with each role is added to their respective groups
 Sales Group and HS Group.


 But the dashboard does not appear for Sales user, rather it appears for
 HS User. See the attached screenshots for reference.






 On Mon, Jun 15, 2015 at 4:24 PM, Matthieu Pinard matth...@ifi.uio.no
 wrote:

 Dear Muhammad,

 *Sharing a Dashboard*
 *- Sharing options*
 Could you send a screenshot of you sharing settings of the dashboard?

 *- User Access rights*
 What are the user's access rights of the user who cannot access the
 dashboard?

 *Sharing a chart*
 Yes it should be defined at the level of each chart by clicking the blue
 button in Favourites.

 Cheers,
 Matthieu


 Matthieu Pinard
 DHIS 2 Academy  Community Coordinator | University of Oslo

 On 15 June 2015 at 11:58, Muhammad Tahir mtag...@gmail.com wrote:

 Hi,


 I have created some reports and charts as admin user and have placed
 these on my dashboard.

 Now, I tried to share only selected tabs on my dashboard with a
 particular user group, but nothing appear at that user's end on its
 dashboard.


 Additionally, I would like to limit the visibility of reports/charts to
 specific users/user groups when permitted, as of now, I have to manually
 block each report/chart to none.



 --
 *Regards,*
 *Muhammad Tahir*

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





 --
 *Regards,*
 *Muhammad Tahir*

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




 --
 Knut Staring
 Dept. of Informatics, University of Oslo
 Norway: +4791880522
 Skype: knutstar
 http://dhis2.org




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


[Dhis2-users] Data Element - Aggregate vs Tracker Domain Type values

2015-06-14 Thread Muhammad Tahir
Hi,

What is the difference between Aggregate and Tracker of Domain Type
values of a Data Element?

What affect will it have while creating Data Sets?

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


[Dhis2-users] DataEntry forms to handle multiple entities at once

2015-06-10 Thread Muhammad Tahir
Hi,


I have now got some idea, how to create programs, register entities then
enroll into the program.

Is there any option to perform these operations at mass level, because we
are using mostly paper forms and these are then entered into the system at
a central office.


Once we receive a form provider (doctor) with patient details, there are
some values like provider, location that will be same for each patient, but
when entering the same into the system, it goes into each
registration/program state details separately.

Does DHIS2 provide any data entry option to select a provider and add
details for multiple patients?


Alternate option is to create a separate application that input the
details, convert it to DHIS2 format and use API to push the data into the
system. But it does require some more work and time.



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


Re: [Dhis2-users] [Dhis2-devs] DHIS2 Code Build and Deploy

2015-06-08 Thread Muhammad Tahir
Hi Knut,

I wanted to look at the code and if required to customize/enhance as per
our requirement. I am a developer and can also help in later stages to
improve DHIS2.

On Mon, Jun 8, 2015 at 12:03 PM, Knut Staring knu...@gmail.com wrote:

 Why are you building it yourself?
 On Jun 8, 2015 8:35 AM, Muhammad Tahir mtag...@gmail.com wrote:

 Hi developers,

 I have downloaded the latest branch using bazar,
 From: *https://launchpad.net/dhis2 https://launchpad.net/dhis2*
 To:* D:\dhis2*

 and then get branch to `*D:\dhis2\sc1*` to get a working copy.

 I have followed the instructions mentioend at 
 *https://www.dhis2.org/development
 https://www.dhis2.org/development*
 Step1: Navigate into dhis-2
 Step2: mvn install
 Step3: Then navigate into  dhis-2\dhis-web
 Step4: mvn install
 Step5: Navigate into dhis-2\dhis-web\dhis-web-portal
 Step6: mvn jetty:run-wa

 But at each step, I am getting the error, log file attached.



 Also, when trying to import the working copy into eclipse, I am getting
 the follow errors.
 I have also tried to check-out the orginal branch that was downloaded via
 bazar, but same error appears.










 *XmlRpcClient Executing: checkout D:\DHIS2\sc1
 D:\workspace\.metadata\.plugins\org.vcs.bazaar.eclipse.core\bzreclipse8893338010344024209.tmp
 Error while executing checkout[Error 206] The filename or extension
 is too long:
 u'D:/workspace/.metadata/.plugins/org.vcs.bazaar.eclipse.core/bzreclipse8893338010344024209.tmp/.bzr/checkout/limbo/new-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/ext/resources/themes/images/gray/form-invalid-tip'--XmlRpcClient
 Executing: checkout D:\DHIS2\sc1
 D:\workspace\.metadata\.plugins\org.vcs.bazaar.eclipse.core\bzreclipse465035511929930345.tmp
 Error while executing checkout[Error 206] The filename or extension
 is too long:
 u'D:/workspace/.metadata/.plugins/org.vcs.bazaar.eclipse.core/bzreclipse465035511929930345.tmp/.bzr/checkout/limbo/new-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/ext/resources/themes/images/gray/form-invalid-tip'--XmlRpcClient
 Executing: checkout D:\DHIS2\sc1
 D:\workspace\.metadata\.plugins\org.vcs.bazaar.eclipse.core\bzreclipse6067091753725537421.tmp
 *


 And every time a finish button appears, and on clicking on it it keep
 going on.


 OS: *Windows7 (32 bit)*
 Eclipse: *Eclipse EE Luna Version 4.4.2*






 --
 *Regards,*
 *Muhammad Tahir*

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




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


[Dhis2-users] DHIS2 Code Build and Deploy

2015-06-08 Thread Muhammad Tahir
Hi developers,

I have downloaded the latest branch using bazar,
From: *https://launchpad.net/dhis2 https://launchpad.net/dhis2*
To:* D:\dhis2*

and then get branch to `*D:\dhis2\sc1*` to get a working copy.

I have followed the instructions mentioend at
*https://www.dhis2.org/development
https://www.dhis2.org/development*
Step1: Navigate into dhis-2
Step2: mvn install
Step3: Then navigate into  dhis-2\dhis-web
Step4: mvn install
Step5: Navigate into dhis-2\dhis-web\dhis-web-portal
Step6: mvn jetty:run-wa

But at each step, I am getting the error, log file attached.



Also, when trying to import the working copy into eclipse, I am getting the
follow errors.
I have also tried to check-out the orginal branch that was downloaded via
bazar, but same error appears.










*XmlRpcClient Executing: checkout D:\DHIS2\sc1
D:\workspace\.metadata\.plugins\org.vcs.bazaar.eclipse.core\bzreclipse8893338010344024209.tmp
Error while executing checkout[Error 206] The filename or extension
is too long:
u'D:/workspace/.metadata/.plugins/org.vcs.bazaar.eclipse.core/bzreclipse8893338010344024209.tmp/.bzr/checkout/limbo/new-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/ext/resources/themes/images/gray/form-invalid-tip'--XmlRpcClient
Executing: checkout D:\DHIS2\sc1
D:\workspace\.metadata\.plugins\org.vcs.bazaar.eclipse.core\bzreclipse465035511929930345.tmp
Error while executing checkout[Error 206] The filename or extension
is too long:
u'D:/workspace/.metadata/.plugins/org.vcs.bazaar.eclipse.core/bzreclipse465035511929930345.tmp/.bzr/checkout/limbo/new-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/ext/resources/themes/images/gray/form-invalid-tip'--XmlRpcClient
Executing: checkout D:\DHIS2\sc1
D:\workspace\.metadata\.plugins\org.vcs.bazaar.eclipse.core\bzreclipse6067091753725537421.tmp
*


And every time a finish button appears, and on clicking on it it keep going
on.


OS: *Windows7 (32 bit)*
Eclipse: *Eclipse EE Luna Version 4.4.2*






-- 
*Regards,*
*Muhammad Tahir*
Step2-Error:

[INFO] 
[INFO] Reactor Summary:
[INFO]
[INFO] DHIS 2 . SUCCESS [  1.660 s]
[INFO] DHIS API ... FAILURE [ 27.992 s]
[INFO] DHIS Support Parent Project  SKIPPED
[INFO] DHIS External Support .. SKIPPED
[INFO] DHIS Hibernate Support . SKIPPED
[INFO] DHIS Test Support .. SKIPPED
[INFO] DHIS Support Commons ... SKIPPED
[INFO] DHIS System Support  SKIPPED
[INFO] DHIS JDBC Service .. SKIPPED
[INFO] DHIS Services Parent Project ... SKIPPED
[INFO] DHIS Core API Implementations .. SKIPPED
[INFO] DHIS DataMart Service - Default  SKIPPED
[INFO] DHIS Administration Service  SKIPPED
[INFO] DHIS Tracker API Implementations ... SKIPPED
[INFO] DHIS DXF 2 Data Exchange ... SKIPPED
[INFO] DHIS Analytics . SKIPPED
[INFO] DHIS Mobile Service  SKIPPED
[INFO] DHIS SMS Service ... SKIPPED
[INFO] DHIS Event Reporting Service ... SKIPPED
[INFO] DHIS Reporting Service . SKIPPED
[INFO] DHIS Import-Export Service . SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 30.126 s
[INFO] Finished at: 2015-06-08T10:22:48+05:00
[INFO] Final Memory: 31M/78M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on 
project dhis-api: There are test failures.
[ERROR]
[ERROR] Please refer to D:\DHIS2\sc1\dhis-2\dhis-api\target\surefire-reports 
for the individual test results.
[ERROR] - [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn goals -rf :dhis-api

===
Step4-Error:

D:\DHIS2\sc1\dhis-2

Re: [Dhis2-users] [Dhis2-devs] DHIS2 - Manage Provider's List

2015-06-05 Thread Muhammad Tahir
Hi Aboyt,

Thank you for your time and detailed reply, please see my comments below.

I have follow two major queries, hope you or some one from community can
 help in,


1. *Is it possible to use/link a single patient with multiple
programs, and all the details of patients are kept at one place?*

 *[Aboyt]* Yes, this is possible. You can link (rather enroll - that is
the terminology in DHIS2) a patient to multiple programs. For this to
happen all your programs should have the same tracked entity. In addition,
if by chance you are registering a patient without selecting a program,
then you should select the same tracked entity that you assigned to your
programs.

Also, since you wanted some details of a patient to appear for all your
programs, you need to create a list of attributes and assign them to your
programs. An attribute filled during program A enrollment/registration will
appear for program B.


2

*. Similarly, what is the best way to keep a list of providers(Doctors) and
linking them to either patients, programs and organization units?*
*[Aboyt] *This is a bit tricky and I am not really sure I understand your
usecase - for example what kind of report/analysis/output are you expecting?

Yes, you can use a relationship and relate a patient with one or more
doctors or any other tracked entity instance for that matter (could even be
a patient). But the relationship here is at the level of tracked entity
instance not program - meaning a doctor you linked to your patient during
program A will appear when you open program B details of the same patient.
Is this what you want?

I think the best here is for you to provide us more details on what you
wanted to do with providers? what kind and how many stage do you have per
program? are you expecting the same provider for the entire program?

[Tahir] We are planning to implment DHIS2, so at present I think both of
the scenarios may exist, because a doctor may be providing facilities for
multiple programs and for some programs it has to be only a particular
doctor.

We have to maintain a list of all the providers (doctors) with some level
of details, like name, address, qualification, rating and status. Does
there exist anything like an option set populated with this doctors and
select for each program from this list? Or should I customize my instance
of DHIS2 to add this functionality in the system?





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


Re: [Dhis2-users] [Dhis2-devs] DHIS2 - Manage Provider's List

2015-06-04 Thread Muhammad Tahir
Hi Lars,

Thank you very much for reply.

I got the idea that each program can only be linked to a single entity and
that mostly will be patients and I have to use multiple events type in
program as the other does not appear in Tracker Capture.

I have follow two major queries, hope you or some one from community can
help in,


   1. Is it possible to use/link a single patient with multiple programs,
   and all the details of patients are kept at one place?
   2. Similarly, what is the best way to keep a list of providers(Doctors)
   and linking them to either patients, programs and organization units?



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


Re: [Dhis2-users] [Dhis2-devs] DHIS2 - Manage Provider's List

2015-06-04 Thread Muhammad Tahir
Hi Knut,



   1. Can you give an idea of how option one can be achieved, as each
   program can have different attributes to register?
   2. I will link the doctors and patients via relationship option but to
   keep a list of doctors, Do I have to create a new program with Entity type
   Doctor and register all the doctors in it?



On Fri, Jun 5, 2015 at 9:46 AM, Knut Staring knu...@gmail.com wrote:

 The answer to your first question is yes.
 You can link doctors and patients through relationships
 On Jun 5, 2015 4:13 AM, Muhammad Tahir mtag...@gmail.com wrote:

 Hi Lars,

 Thank you very much for reply.

 I got the idea that each program can only be linked to a single entity
 and that mostly will be patients and I have to use multiple events type in
 program as the other does not appear in Tracker Capture.

 I have follow two major queries, hope you or some one from community can
 help in,


1. Is it possible to use/link a single patient with multiple
programs, and all the details of patients are kept at one place?
2. Similarly, what is the best way to keep a list of
providers(Doctors) and linking them to either patients, programs and
organization units?



 --
 *Regards,*
 *Muhammad Tahir*

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




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


[Dhis2-users] DHIS2 - Add Custom Flag

2015-06-03 Thread Muhammad Tahir
Hi,

*Apps-Settings-Appearance Settings*

Option: *Flag*

How can I add a flag that is not in this list?

I want to set it to Pakistan's flag, but it is not in the list.



*DHIS2: DHIS2-LIVEVersion: 2.18OS: Windows 7*

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


[Dhis2-users] DHIS2 - Manage Provider's List

2015-05-29 Thread Muhammad Tahir
Hi,

I have created organisation unit hirearchy.

At present there are 4 levels, at level we have outlets (hospitals/clinics).

According to our model each outlet can be linked with one or more
providers(usually doctors).

So, is it possible in DHIS2 to create a list of providers and set up a
relation with organisation units.

I

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


Re: [Dhis2-users] [Dhis2-devs] DHIS2 - Manage Provider's List

2015-05-29 Thread Muhammad Tahir
Data will be kept at both level, some aggregated data/statistics at each
org unit will be stored.

Rest will be handled via events.

So I have to create a program with single event and add the attributes for
details that should be stored for a provider?

Do I have to use single event with or without registration?


Do I have to do the same for donors?

On Fri, May 29, 2015 at 1:03 PM, Jason Pickering 
jason.p.picker...@gmail.com wrote:

 Another possibility is to use the Data set attributes to further
 disaggregate each dataset at each facility by provider.

 However, it almost sounds like event data, and as Knut says, you could use
 single events/tracker to enter event data along with an option set to
 record which provider performed the services. It really depends a bit on
 how your data is going to be entered. Are you entering aggregate data by
 provider or individual events for each provider?

 Regardss,
 Jason

 On Fri, May 29, 2015 at 9:55 AM, Knut Staring knu...@gmail.com wrote:

 You could either add another level for providers, or use Tracker to
 manage the providers, each of them then linked to an OrgUnit. It depends a
 bit on what you need as both input and output.

 Knut

 On Fri, May 29, 2015 at 9:51 AM, Muhammad Tahir mtag...@gmail.com
 wrote:

 Hi,

 I have created organisation unit hirearchy.

 At present there are 4 levels, at level we have outlets
 (hospitals/clinics).

 According to our model each outlet can be linked with one or more
 providers(usually doctors).

 So, is it possible in DHIS2 to create a list of providers and set up a
 relation with organisation units.

 I

 --
 *Regards,*
 *Muhammad Tahir*

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




 --
 Knut Staring
 Dept. of Informatics, University of Oslo
 Norway: +4791880522
 Skype: knutstar
 http://dhis2.org

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




 --
 Jason P. Pickering
 email: jason.p.picker...@gmail.com
 tel:+46764147049




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


[Dhis2-users] Using programs and attributes.

2015-05-28 Thread Muhammad Tahir
Hi ,

I have created a program and added attributes for registering patient's
details.

Assigned the program to organization unit and user.

Next used the Tracked Entity Form to design the form.

But when registering patients via Tracker Capture, it shows the normal form
not the designed form.



One more thing that I had created attributes, but when editing the
attributes value type it does not change, like I had a custom yes/no option
set created, but it was not appearing when registering.

Changed the value from option set to system yes/no option but nothing
appears on form, later changed this to a text field and but open the
attribute again, Option set drop down still exist even Value type is Text.


DHIS2: 2.18 (Live)
OS: Windows 7

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


Re: [Dhis2-users] [Dhis2-devs] How many records can Organization Unit hold up?

2015-05-21 Thread Muhammad Tahir
Hi Ngoc,

Yes, I have loaded the table manually, but it works fine upto level 9, as
soon as the final level 10 orgunits are added, the app does start but on
browser I get 404 message.

I have created another DB, loaded each level step by step and the app works
until level10 units are added.

At present I have deployed only upto level 6 to check/configure other
options of DHIS2.

*Level1*   *-- 1*
*Level2**   -- **6*
*Level3*   *-- 9*
*Level4*  * --  * *16*
*Level5**   -- 130*
*Level6**  -- 550*
* Level7**   -- 900*
* Level8**   -- 2*
* Level9**   -- 80,000*
* Level10 **-- 100,000*

On Thu, May 21, 2015 at 12:46 PM, Ngoc Thanh Nguyen 
thanh.hispviet...@gmail.com wrote:

 Hi Muhamad,

 Try with a blank db. If it works, then check with few orgunit, if it still
 works, switch to this current db. If the problem occurs, make sure your
 orgunit table is valid. As far as I get you used a manual tool to
 automatically insert to this orgunit table

 Thanh
 On Thu, May 21, 2015 at 11:10 AM, Muhammad Tahir mtag...@gmail.com
 wrote:

 Hi Knut,

 Yes, DHIS Live is being used at the moment. JAVA_OPTS was not set no my
 machine but event I have added with value

 -Xms512M -Xmx1024M

 the problem remains the same(*HTTP ERROR: 404*).



 On Thu, May 21, 2015 at 12:19 AM, Knut Staring knu...@gmail.com wrote:

 Is that the whole log file? I see you are running this on your laptop as
 DHIS Live. Perhaps you could try allocating more memory to Java. What is
 your JAVA_OPTS?

 Knut

 On Wed, May 20, 2015 at 10:34 AM, Muhammad Tahir mtag...@gmail.com
 wrote:

 Hi Morten,

 Web page result:

 HTTP ERROR: 404

 Problem accessing /. Reason:

 NOT_FOUND

 Powered by Jetty://



 Log file:
 * INFO  15:31:27,201 Lifecycle: server stopped (TrayApp.java
 [AWT-EventQueue-0])
 * INFO  15:31:27,223 Exiting... (TrayApp.java [AWT-EventQueue-0])
 * INFO  15:32:11,490 Environment variable DHIS2_HOME: null
 (TrayApp.java [main])
 * INFO  15:32:11,551 Initialising DHIS 2 Live... (TrayApp.java [main])
 * INFO  15:32:11,623 Loading DHIS 2 on port: 8082 (WebAppServer.java
 [main])
 * INFO  15:32:11,658 Setting DHIS 2 web app context to:
 /D:/DHIS2/Tools_Setup/dhis-live/webapps/dhis (WebAppServer.java [main])
 * INFO  15:32:11,659 Lifecycle: server starting (TrayApp.java
 [Thread-2])
 * INFO  15:32:14,931 System property dhis2.home points to
 /D:/DHIS2/Tools_Setup/dhis-live/conf (DefaultLocationManager.java
 [Thread-2])
 * INFO  15:32:15,631 Hibernate configuration loaded, using dialect:
 org.hibernate.dialect.PostgreSQLDialect
 (DefaultHibernateConfigurationProvider.java [Thread-2])
 * INFO  15:32:30,340 Found the following message senders:
 [org.hisp.dhis.message.EmailMessageSender@1ad234d,
 org.hisp.dhis.sms.SmsMessageSender@ee212a] (DefaultMessageService.java
 [Thread-2])
 * INFO  15:32:39,016 Detected apps: [] (DefaultAppManager.java
 [Thread-2])
 * INFO  15:32:44,155 Executing startup routine [1 of 14, runlevel 1]:
 InitTableAlteror (DefaultStartupRoutineExecutor.java [Thread-2])
 * INFO  15:32:44,771 Executing startup routine [2 of 14, runlevel 2]:
 PeriodTypePopulator (DefaultStartupRoutineExecutor.java [Thread-2])
 * INFO  15:32:44,859 Executing startup routine [3 of 14, runlevel 2]:
 DataElementDefaultDimensionPopulator (DefaultStartupRoutineExecutor.java
 [Thread-2])
 * INFO  15:32:45,093 Linked default category with default concept
 (DataElementDefaultDimensionPopulator.java [Thread-2])
 * INFO  15:32:45,170 Executing startup routine [4 of 14, runlevel 3]:
 TrackerIdentityPopulator (DefaultStartupRoutineExecutor.java [Thread-2])
 * INFO  15:33:18,812 Lifecycle: server started (TrayApp.java [Thread-2])

 On Fri, May 15, 2015 at 3:03 PM, Morten Olav Hansen morte...@gmail.com
  wrote:

 Can you be a bit more specific? where does it crash? is it a browser
 issue? server issue? can you send us the relevant parts of the logs? (if
 any)

 If its the browser, can you open the developer tools (f12) and look in
 the javascript console and see if there is anything in red

 --
 Morten

 On Fri, May 15, 2015 at 4:39 PM, Muhammad Tahir mtag...@gmail.com
 wrote:


 Hi,

 We have an organization level distribution as follows with number of
 org units at each level.

 App crashes when the last level is uploaded into the system and we
 try to browse the organization units. A new DB should be then used to use
 the app.

 *Level1*   *-- 1*
 *Level2**   -- **6*
 *Level3*   *-- 9*
 *Level4*  * --  * *16*
 *Level5**   -- 130*
  *Level6**  -- 550*
 * Level7**   -- 900*
 * Level8**   -- 2*
 * Level9**   -- 80,000*
 * Level10 **-- 100,000*

 At present the app is deployed on a desktop machine with following
 configuration.
 Windows7, 4 Gb RAM, Intel Corei3 3.3 GHz.


 --
 *Regards,*
 *Muhammad Tahir*

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

Re: [Dhis2-users] [Dhis2-devs] How many records can Organization Unit hold up?

2015-05-21 Thread Muhammad Tahir
Yeah, sure, I will start level 10 with a small set of orgunits and share
the results.

On Fri, May 22, 2015 at 9:04 AM, Ngoc Thanh Nguyen 
thanh.hispviet...@gmail.com wrote:

 Knut and Muhammad,

 I am quite sure that level is not the problem. Obviously, when moving from
 level 9 to 10, the number of orgunits surges from 80 to 100,000 which is
 more than 10 times. The number of orgunit matters here. I expected heap
 memory problem here but the log did not say so.

 Muhammad, could you try with level 10 but with little number of orgunit?


 On Thu, May 21, 2015 at 5:40 PM, Knut Staring knu...@gmail.com wrote:

 I suppose it is not a very helpful comment, but I would seriously
 consider skipping some of those levels, if possible..though we should
 certainly still aim to understand what is causing your problem.

 On Thu, May 21, 2015 at 11:37 AM, Muhammad Tahir mtag...@gmail.com
 wrote:

 Hi Ngoc,

 Yes, I have loaded the table manually, but it works fine upto level 9,
 as soon as the final level 10 orgunits are added, the app does start but on
 browser I get 404 message.

 I have created another DB, loaded each level step by step and the app
 works until level10 units are added.

 At present I have deployed only upto level 6 to check/configure other
 options of DHIS2.

 *Level1*   *-- 1*
 *Level2**   -- **6*
 *Level3*   *-- 9*
 *Level4*  * --  * *16*
 *Level5**   -- 130*
 *Level6**  -- 550*
 * Level7**   -- 900*
 * Level8**   -- 2*
 * Level9**   -- 80,000*
 * Level10 **-- 100,000*

 On Thu, May 21, 2015 at 12:46 PM, Ngoc Thanh Nguyen 
 thanh.hispviet...@gmail.com wrote:

 Hi Muhamad,

 Try with a blank db. If it works, then check with few orgunit, if it
 still works, switch to this current db. If the problem occurs, make sure
 your orgunit table is valid. As far as I get you used a manual tool to
 automatically insert to this orgunit table

 Thanh
 On Thu, May 21, 2015 at 11:10 AM, Muhammad Tahir mtag...@gmail.com
 wrote:

 Hi Knut,

 Yes, DHIS Live is being used at the moment. JAVA_OPTS was not set no
 my machine but event I have added with value

 -Xms512M -Xmx1024M

 the problem remains the same(*HTTP ERROR: 404*).



 On Thu, May 21, 2015 at 12:19 AM, Knut Staring knu...@gmail.com
 wrote:

 Is that the whole log file? I see you are running this on your laptop
 as DHIS Live. Perhaps you could try allocating more memory to Java. What 
 is
 your JAVA_OPTS?

 Knut

 On Wed, May 20, 2015 at 10:34 AM, Muhammad Tahir mtag...@gmail.com
 wrote:

 Hi Morten,

 Web page result:

 HTTP ERROR: 404

 Problem accessing /. Reason:

 NOT_FOUND

 Powered by Jetty://



 Log file:
 * INFO  15:31:27,201 Lifecycle: server stopped (TrayApp.java
 [AWT-EventQueue-0])
 * INFO  15:31:27,223 Exiting... (TrayApp.java [AWT-EventQueue-0])
 * INFO  15:32:11,490 Environment variable DHIS2_HOME: null
 (TrayApp.java [main])
 * INFO  15:32:11,551 Initialising DHIS 2 Live... (TrayApp.java
 [main])
 * INFO  15:32:11,623 Loading DHIS 2 on port: 8082 (WebAppServer.java
 [main])
 * INFO  15:32:11,658 Setting DHIS 2 web app context to:
 /D:/DHIS2/Tools_Setup/dhis-live/webapps/dhis (WebAppServer.java [main])
 * INFO  15:32:11,659 Lifecycle: server starting (TrayApp.java
 [Thread-2])
 * INFO  15:32:14,931 System property dhis2.home points to
 /D:/DHIS2/Tools_Setup/dhis-live/conf (DefaultLocationManager.java
 [Thread-2])
 * INFO  15:32:15,631 Hibernate configuration loaded, using dialect:
 org.hibernate.dialect.PostgreSQLDialect
 (DefaultHibernateConfigurationProvider.java [Thread-2])
 * INFO  15:32:30,340 Found the following message senders:
 [org.hisp.dhis.message.EmailMessageSender@1ad234d,
 org.hisp.dhis.sms.SmsMessageSender@ee212a]
 (DefaultMessageService.java [Thread-2])
 * INFO  15:32:39,016 Detected apps: [] (DefaultAppManager.java
 [Thread-2])
 * INFO  15:32:44,155 Executing startup routine [1 of 14, runlevel
 1]: InitTableAlteror (DefaultStartupRoutineExecutor.java [Thread-2])
 * INFO  15:32:44,771 Executing startup routine [2 of 14, runlevel
 2]: PeriodTypePopulator (DefaultStartupRoutineExecutor.java [Thread-2])
 * INFO  15:32:44,859 Executing startup routine [3 of 14, runlevel
 2]: DataElementDefaultDimensionPopulator
 (DefaultStartupRoutineExecutor.java [Thread-2])
 * INFO  15:32:45,093 Linked default category with default concept
 (DataElementDefaultDimensionPopulator.java [Thread-2])
 * INFO  15:32:45,170 Executing startup routine [4 of 14, runlevel
 3]: TrackerIdentityPopulator (DefaultStartupRoutineExecutor.java 
 [Thread-2])
 * INFO  15:33:18,812 Lifecycle: server started (TrayApp.java
 [Thread-2])

 On Fri, May 15, 2015 at 3:03 PM, Morten Olav Hansen 
 morte...@gmail.com wrote:

 Can you be a bit more specific? where does it crash? is it a
 browser issue? server issue? can you send us the relevant parts of the
 logs? (if any)

 If its the browser, can you open the developer tools (f12) and look
 in the javascript console and see if there is anything in red

 --
 Morten

 On Fri

Re: [Dhis2-users] [Dhis2-devs] How many records can Organization Unit hold up?

2015-05-20 Thread Muhammad Tahir
Hi Morten,

Web page result:

HTTP ERROR: 404

Problem accessing /. Reason:

NOT_FOUND

Powered by Jetty://



Log file:
* INFO  15:31:27,201 Lifecycle: server stopped (TrayApp.java
[AWT-EventQueue-0])
* INFO  15:31:27,223 Exiting... (TrayApp.java [AWT-EventQueue-0])
* INFO  15:32:11,490 Environment variable DHIS2_HOME: null (TrayApp.java
[main])
* INFO  15:32:11,551 Initialising DHIS 2 Live... (TrayApp.java [main])
* INFO  15:32:11,623 Loading DHIS 2 on port: 8082 (WebAppServer.java [main])
* INFO  15:32:11,658 Setting DHIS 2 web app context to:
/D:/DHIS2/Tools_Setup/dhis-live/webapps/dhis (WebAppServer.java [main])
* INFO  15:32:11,659 Lifecycle: server starting (TrayApp.java [Thread-2])
* INFO  15:32:14,931 System property dhis2.home points to
/D:/DHIS2/Tools_Setup/dhis-live/conf (DefaultLocationManager.java
[Thread-2])
* INFO  15:32:15,631 Hibernate configuration loaded, using dialect:
org.hibernate.dialect.PostgreSQLDialect
(DefaultHibernateConfigurationProvider.java [Thread-2])
* INFO  15:32:30,340 Found the following message senders:
[org.hisp.dhis.message.EmailMessageSender@1ad234d,
org.hisp.dhis.sms.SmsMessageSender@ee212a] (DefaultMessageService.java
[Thread-2])
* INFO  15:32:39,016 Detected apps: [] (DefaultAppManager.java [Thread-2])
* INFO  15:32:44,155 Executing startup routine [1 of 14, runlevel 1]:
InitTableAlteror (DefaultStartupRoutineExecutor.java [Thread-2])
* INFO  15:32:44,771 Executing startup routine [2 of 14, runlevel 2]:
PeriodTypePopulator (DefaultStartupRoutineExecutor.java [Thread-2])
* INFO  15:32:44,859 Executing startup routine [3 of 14, runlevel 2]:
DataElementDefaultDimensionPopulator (DefaultStartupRoutineExecutor.java
[Thread-2])
* INFO  15:32:45,093 Linked default category with default concept
(DataElementDefaultDimensionPopulator.java [Thread-2])
* INFO  15:32:45,170 Executing startup routine [4 of 14, runlevel 3]:
TrackerIdentityPopulator (DefaultStartupRoutineExecutor.java [Thread-2])
* INFO  15:33:18,812 Lifecycle: server started (TrayApp.java [Thread-2])

On Fri, May 15, 2015 at 3:03 PM, Morten Olav Hansen morte...@gmail.com
wrote:

 Can you be a bit more specific? where does it crash? is it a browser
 issue? server issue? can you send us the relevant parts of the logs? (if
 any)

 If its the browser, can you open the developer tools (f12) and look in the
 javascript console and see if there is anything in red

 --
 Morten

 On Fri, May 15, 2015 at 4:39 PM, Muhammad Tahir mtag...@gmail.com wrote:


 Hi,

 We have an organization level distribution as follows with number of org
 units at each level.

 App crashes when the last level is uploaded into the system and we try to
 browse the organization units. A new DB should be then used to use the app.

 *Level1*   *-- 1*
 *Level2**   -- **6*
 *Level3*   *-- 9*
 *Level4*  * --  * *16*
 *Level5**   -- 130*
  *Level6**  -- 550*
 * Level7**   -- 900*
 * Level8**   -- 2*
 * Level9**   -- 80,000*
 * Level10 **-- 100,000*

 At present the app is deployed on a desktop machine with following
 configuration.
 Windows7, 4 Gb RAM, Intel Corei3 3.3 GHz.


 --
 *Regards,*
 *Muhammad Tahir*

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





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


Re: [Dhis2-users] [Dhis2-devs] How many records can Organization Unit hold up?

2015-05-20 Thread Muhammad Tahir
Hi Knut,

Yes, DHIS Live is being used at the moment. JAVA_OPTS was not set no my
machine but event I have added with value

-Xms512M -Xmx1024M

the problem remains the same(*HTTP ERROR: 404*).



On Thu, May 21, 2015 at 12:19 AM, Knut Staring knu...@gmail.com wrote:

 Is that the whole log file? I see you are running this on your laptop as
 DHIS Live. Perhaps you could try allocating more memory to Java. What is
 your JAVA_OPTS?

 Knut

 On Wed, May 20, 2015 at 10:34 AM, Muhammad Tahir mtag...@gmail.com
 wrote:

 Hi Morten,

 Web page result:

 HTTP ERROR: 404

 Problem accessing /. Reason:

 NOT_FOUND

 Powered by Jetty://



 Log file:
 * INFO  15:31:27,201 Lifecycle: server stopped (TrayApp.java
 [AWT-EventQueue-0])
 * INFO  15:31:27,223 Exiting... (TrayApp.java [AWT-EventQueue-0])
 * INFO  15:32:11,490 Environment variable DHIS2_HOME: null (TrayApp.java
 [main])
 * INFO  15:32:11,551 Initialising DHIS 2 Live... (TrayApp.java [main])
 * INFO  15:32:11,623 Loading DHIS 2 on port: 8082 (WebAppServer.java
 [main])
 * INFO  15:32:11,658 Setting DHIS 2 web app context to:
 /D:/DHIS2/Tools_Setup/dhis-live/webapps/dhis (WebAppServer.java [main])
 * INFO  15:32:11,659 Lifecycle: server starting (TrayApp.java [Thread-2])
 * INFO  15:32:14,931 System property dhis2.home points to
 /D:/DHIS2/Tools_Setup/dhis-live/conf (DefaultLocationManager.java
 [Thread-2])
 * INFO  15:32:15,631 Hibernate configuration loaded, using dialect:
 org.hibernate.dialect.PostgreSQLDialect
 (DefaultHibernateConfigurationProvider.java [Thread-2])
 * INFO  15:32:30,340 Found the following message senders:
 [org.hisp.dhis.message.EmailMessageSender@1ad234d,
 org.hisp.dhis.sms.SmsMessageSender@ee212a] (DefaultMessageService.java
 [Thread-2])
 * INFO  15:32:39,016 Detected apps: [] (DefaultAppManager.java [Thread-2])
 * INFO  15:32:44,155 Executing startup routine [1 of 14, runlevel 1]:
 InitTableAlteror (DefaultStartupRoutineExecutor.java [Thread-2])
 * INFO  15:32:44,771 Executing startup routine [2 of 14, runlevel 2]:
 PeriodTypePopulator (DefaultStartupRoutineExecutor.java [Thread-2])
 * INFO  15:32:44,859 Executing startup routine [3 of 14, runlevel 2]:
 DataElementDefaultDimensionPopulator (DefaultStartupRoutineExecutor.java
 [Thread-2])
 * INFO  15:32:45,093 Linked default category with default concept
 (DataElementDefaultDimensionPopulator.java [Thread-2])
 * INFO  15:32:45,170 Executing startup routine [4 of 14, runlevel 3]:
 TrackerIdentityPopulator (DefaultStartupRoutineExecutor.java [Thread-2])
 * INFO  15:33:18,812 Lifecycle: server started (TrayApp.java [Thread-2])

 On Fri, May 15, 2015 at 3:03 PM, Morten Olav Hansen morte...@gmail.com
 wrote:

 Can you be a bit more specific? where does it crash? is it a browser
 issue? server issue? can you send us the relevant parts of the logs? (if
 any)

 If its the browser, can you open the developer tools (f12) and look in
 the javascript console and see if there is anything in red

 --
 Morten

 On Fri, May 15, 2015 at 4:39 PM, Muhammad Tahir mtag...@gmail.com
 wrote:


 Hi,

 We have an organization level distribution as follows with number of
 org units at each level.

 App crashes when the last level is uploaded into the system and we try
 to browse the organization units. A new DB should be then used to use the
 app.

 *Level1*   *-- 1*
 *Level2**   -- **6*
 *Level3*   *-- 9*
 *Level4*  * --  * *16*
 *Level5**   -- 130*
  *Level6**  -- 550*
 * Level7**   -- 900*
 * Level8**   -- 2*
 * Level9**   -- 80,000*
 * Level10 **-- 100,000*

 At present the app is deployed on a desktop machine with following
 configuration.
 Windows7, 4 Gb RAM, Intel Corei3 3.3 GHz.


 --
 *Regards,*
 *Muhammad Tahir*

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





 --
 *Regards,*
 *Muhammad Tahir*

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




 --
 Knut Staring
 Dept. of Informatics, University of Oslo
 Norway: +4791880522
 Skype: knutstar
 http://dhis2.org




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


[Dhis2-users] How many records can Organization Unit hold up?

2015-05-15 Thread Muhammad Tahir
Hi,

We have an organization level distribution as follows with number of org
units at each level.

App crashes when the last level is uploaded into the system and we try to
browse the organization units. A new DB should be then used to use the app.

*Level1*   *-- 1*
*Level2**   -- **6*
*Level3*   *-- 9*
*Level4*  * --  * *16*
*Level5**   -- 130*
 *Level6**  -- 550*
* Level7**   -- 900*
* Level8**   -- 2*
* Level9**   -- 80,000*
* Level10 **-- 100,000*

At present the app is deployed on a desktop machine with following
configuration.
Windows7, 4 Gb RAM, Intel Corei3 3.3 GHz.


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


[Dhis2-users] DHIS2 - CSS Style to forms/reports

2015-05-14 Thread Muhammad Tahir
Hi,

How can one apply CSS/style formatting to Data-sets/Form and report tables?

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


[Dhis2-users] DHIS2 - Cannot find Single Event With registration for registration !!!

2015-05-13 Thread Muhammad Tahir
Hi,

I have edited an old program and assigned to it to different organization
units.

I can see the programs assigned and view

Single Event Without registration In Event Capture
Multiple Events with registration In Tracker Capture

But cannot see Single Event With registration in either Event Capture
nor Tracker Capture.


Where can I find Single Event With registration to enter data for
attributes associated with it?

Thanks

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


[Dhis2-users] DHIS2: Having issues while trying to create reports/charts

2015-05-12 Thread Muhammad Tahir
Hi All,

I have done the following actions in first step, but cannot see data
entered in Pivot Tables/Charts.

   1. Created DataElements
   2. Created Category Options
   3. Added a Category to include Category Options
   4. Created a Category Combination item to and added the category created
   in Step3 in it.
   5. Now updated the DataElements and assigned the Category Combination.
   6. Now created a DataSet with these DataElements and assigned to the 2.
   organization units.
   7. Using the DataEntry module the data is added successfully for desired
   time period and marked as completed.

But when trying to create a report/chart for these DataElments or DataSets,
I am getting the message that No Values found. However when trying to
create reports/charts on Demo site, everything works fine.

Is there anything that I am missing where while performing all the above
mentioned steps.


In later step I have even deployed the sample database on my machine.
DHIS2: V2.18 (Using dhis2-live.exe to run the application)
OS: Windows 7
DB: Postgres 9.4


   1. Selected DataEntry-
   2. Selected Sierra Leone-Bo-Badjia
   3. Selected Child Health as dataset and April 2015
   4. Clicked on the button In-complete
   5. Updated some of the values and now clicked on Complete.



Updated values are not appearing in Pivot Tables.

Do I have to update some table? run some script or function from to reflect
the updates in pivot tables?


I got a response from one person that *Go to Reports. Run Analytics*, but
I don't have this option visible on my interface.

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