nid or using LDAP (now supported in 2.22).
>
> --
> Morten
>
> On Fri, Jan 8, 2016 at 1:08 PM, Ngoc Thanh Nguyen <
> thanh.hispviet...@gmail.com> wrote:
>
>> Hi
>>
>> What I mean was if I have 3 dhis2 instances running on 3 server namely A,
>>
ients
> connecting with it without having to collect username/passwords in their
> own local databases.
>
> --
> Morten
>
> On Tue, Dec 15, 2015 at 3:34 PM, Ngoc Thanh Nguyen <
> thanh.hispviet...@gmail.com> wrote:
>
>> HI all
>>
>> Is there a way in
HI all
Is there a way in DHIS2 that allows defining a callback for OAuth? If this
possible, we can have multiple dhis2 instances that share a single user
base. This will work like OAuth in Google+ or Facebook.
Thanh
___
Mailing list: https://launchpad.n
excellent
On Tue, Jun 2, 2015 at 9:26 AM, Morten Olav Hansen
wrote:
> Thanh, I have removed the exclusions in 2.18 / 2.19 and trunk.
>
> --
> Morten
>
> On Tue, May 19, 2015 at 2:06 PM, Ngoc Thanh Nguyen <
> thanh.hispviet...@gmail.com> wrote:
>
>> I have so
;>
>> *Level1* *-- 1*
>> *Level2** -- **6*
>> *Level3* *-- 9*
>> *Level4* * -- * *16*
>> *Level5** -- 130*
>> *Level6** -- 550*
>> * Level7** -- 900*
>> * Level8** -- 2*
>> * Level9** --
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
Apr 17, 2015 at 6:40 AM, Ngoc Thanh Nguyen <
thanh.hispviet...@gmail.com> wrote:
> Sorry it is 2.18
>
> This is full log of the server
>
> About DHIS 2Web API:Browse it here <http://nova.hny.vn:8080/dhis/api>Current
> user:adminVersion:2.18Build revision:18202Build dat
.0Java vendor:Oracle CorporationOS name:LinuxOS architecture:amd64OS
version:2.6.32-431.1.2.0.1.el6.x86_64Server memory:Mem Total in JVM: 617
Free in JVM: 97 Max Limit: 888CPU cores:2
2015-04-17 6:39 GMT+07:00 Ngoc Thanh Nguyen :
> I think it is 2.17
>
> On Wed, Apr 15, 2015 at 9:19 AM, Morten Olav
I think it is 2.17
On Wed, Apr 15, 2015 at 9:19 AM, Morten Olav Hansen
wrote:
> Which version of dhis2?
>
> --
> Morten
>
> 2015-04-15 8:21 GMT+07:00 Ngoc Thanh Nguyen :
>
>> After signing in successfully
>>
>> Etat HTTP 50
After signing in successfully
Etat HTTP 500 - Filter execution threw an exception
--
*type* Rapport d''exception
*message* *Filter execution threw an exception*
*description* *Le serveur a rencontré une erreur interne qui l''a empêché
de satisfaire la requête.*
*exc
Hi Thanh,
>
> Yes the tracker capture is suited for such kinds of use cases. We could
> help you a lot if you are a bit specific on your needs.
>
>
> ---
> Thank you,
> Abyot.
>
> On Sun, Mar 15, 2015 at 7:29 PM, Ngoc Thanh Nguyen <
> thanh.hispviet...@gmail.com&
Hi all,
I would like to buid a system for Morbidity and mortality in Vietnam. I
think the one deployed on the demo site is similar to what we plan to have
though it may go a bit further, i.e. multiple events with registration
(tracking a patient throughout their admission history) rather than sing
Hi Calle
I voted for Jason's suggestion. In Vietnam, in many cases we use this
approach.
Hacking dhis2 by using days as categories will be problematic in the long
run although such problems may not be visible now.
Once time in the past someone told us to use departments of hospitals as
categories
s like these
>> are conditions which they are applying to the dhis 1.4 software. Given
>> that they now also support v2 they should really update this. I think it
>> reflects some previous reality.
>>
>> It has no effect on the dhis2 software which you download fr
Hi all
DHIS2 is licensed as BSD which means that one can customize, redistribute,
and use it for any purposes (commercial or non-commercial) given that the
BSD copyright text are retained.
However, in HISP website it says that materials (include software) on the
website can not be used for commer
Is this a bug?
[image: Inline image 1]
[image: Inline image 2]
___
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/List
Hi
DHIS2 is not exhaustively tested in mysql so don't be discouraged. I often
see this error.
Try the following:
- mvn clean
- check your hibernate configuration file
- try with a fresh new db to see if that error occurs
Thanh
On Thu, Sep 11, 2014 at 8:55 AM, sumudu weerasinghe
wrote:
> Hi L
Currently I use MySQL 5, Tomcat 7 on Linux.
dhis2 version 2.16
Have any one encountered this issues?
Here is the trace:
equestFilter.java:106)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(Servlet
Handler.java:1212)
at
org.mortbay.jetty.servlet.ServletHandler.
Hi all,
After upgrading to 2.16, our data entry form shows only year 2013 periods
When clicking next year button, there is no period in the list.
How do we fix this?
[image: Inline image 1]
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to
gt;
>
> On Tue, Sep 2, 2014 at 12:31 PM, Ngoc Thanh Nguyen <
> thanh.hispviet...@gmail.com> wrote:
>
>> great. surprised that a medical doctor can write that code. if you turn
>> it to jquery it is much easier. anyway, its fine for now
>> On Sep 2, 2014 11:54 AM,
ot;).value;
> if(ht!="" && wt!=""){
> var bmi = wt/(ht*ht/1);
> bmi = +bmi.toFixed(2);
> }else{
> var bmi ="Enter Height and Weight";
> }
> var inputbmi= document.getElementById("BMI-ID-val");
> inputbmi.value = bmi;
>
/webapp
>
>
> On Mon, Sep 1, 2014 at 10:21 PM, Ngoc Thanh Nguyen <
> thanh.hispviet...@gmail.com> wrote:
>
>> Hi
>>
>> I believe the calculated data value (now as indicator) can only be seen
>> after an aggregation is run.
>> In addition, in some form
check that part.
>
>
> I just tested with demo application (https://apps.dhis2.org/demo) it is
> working fine.
>
>
>
> On Mon, Sep 1, 2014 at 7:00 AM, Ngoc Thanh Nguyen <
> thanh.hispviet...@gmail.com> wrote:
>
>> Anyone use OpenID features in dhis? I tri
Hi
I believe the calculated data value (now as indicator) can only be seen
after an aggregation is run.
In addition, in some forms in some countries like VN, auto-calculated data
elements some time can be input by users.
In VN, we use Javascript to achieve this. However, it is quite complicated.
Anyone use OpenID features in dhis? I tried it but it didn't work. I
always see the login screen after I have successfully logged in via the
openid provider. Is there a bug on dhis?
any one who have experience on this please share with me.
Thanks
Thanh
___
Hi all
I went through a list here but confused on what identity server I should
use. I plan to deploy multiple dhis2 instances which can be accessed by
using same accounts (single sign on). For this, I want to have my own
Identity Server without having to rely on Google or Facebook.
http://wiki.o
Hi all
I have a form: Form1 with data element DE1
This DE1 has a category combination named CC1
This category combination has only one category namely C1
This C1 has 4 options: O1, O2, O3, O4
The form (automatic) worked fine.
However, when I add one more option to C1 say O5, the form did not
os
>
> --
> Morten
>
>
> On Wed, May 21, 2014 at 3:42 AM, Ngoc Thanh Nguyen <
> thanh.hispviet...@gmail.com> wrote:
>
>> Document was loaded from Application Cache with manifest
>> https://hny.vn/sarus/dhis-web-commons/cacheManifest.action index.
Document was loaded from Application Cache with manifest
https://hny.vn/sarus/dhis-web-commons/cacheManifest.action index.action:1
Application Cache Checking event index.action:1
Application Cache NoUpdate event index.action:1
Uncaught TypeError: Cannot read property 'transaction' of undefined
dhis
ái Sơn
> Cục Quản lý khám chữa bệnh - Bộ Y tế
>
>
>
>
>
> On May 20, 2014, at 16:06, Ngoc Thanh Nguyen
> wrote:
>
>
> We use dhis2.4. This happened with all kinds of browsers: chrome, firefox,
> safari.
> For developer consoles, as it happened on users' machine,
>> [image: Inline image 1]
>>
>> -
>> Tiến Đệ
>> Mobile: 091 686 3797
>>
>>
>> On Tue, May 20, 2014 at 4:06 PM, Ngoc Thanh Nguyen <
>> thanh.hispviet...@gmail.com> wrote:
>>
>>>
>>> We use dhis2.4. This happ
;> *-*
>>
>> *JEAN PAUL MUTALI*
>>
>> Kigali - RWANDA
>>
>> Skype: mutali.rw
>>
>> <http://mutali.rw/>
>> ----
>> If we don't learn to program, we risk being programmed ourselves... program
>>
Hi everyone
We are suffering heavily with the localstorage problem in data entry module.
When user login for the first time, the orgunit tree can not be loaded.
This problem is only solved when we either clear the cache of the browser
or re-assign orgunit for the users.
As this happened for thou
Great work. Do you have any link between the logined users and the orgunit
theycan update coordinates? If not, they may select a others' orgunits and
overwrite the values.
Thanh
*Nguyễn Ngọc Thành*
On Thu, Mar 20, 2014 at 8:48 PM, wanjala pepela wrote:
> That will be great
>
> PEPELA WANJALA
Kenneth
Have you read one of my mail in previous discussion. I used this approach
to generate 2000 users automatically with passwords, roles, and assign them
to appropriate orgunit where the users belong to
In case you need to expedite creation of thousands of users and passwords the
following cl
I think this feature is very useful. Users do not have to re-sign in many
times.
Do we have this?
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help
the audit trail when you clean up after this mess - ie.
keep a copy of all log files as the offending jsps. Then start again,
carefully.
> Have you looked in to the contents of those files? Could be there are
clues there ...
> Bob
>
> On 22 October 2013 05:30, Ngoc Thanh Nguyen
wrot
Many users requested to be able to do 4 ways navigation in entry form.
I made the following change to enable that feature. I'd like to share it to
those who have ever received that kind of request from users.
1. Remove the keypress bind event in form.js
2. Add an attribute (I used mycol) to each
Hi Paul,
It is only available on Vietnam branch, not in main trunk. There are 2
ways. I can send the code snippet and you paste onto your current
data-entry module. The other way is to make a petition to global to include
this into trunk.
Actually code is so simple, they all are client sides and
I have made a feature that allows direct copy from Excel sheet and past to
data entry form
If anyone are interest, you can refer the doc below
Here is some screenshots on how it works
https://dl.dropboxusercontent.com/u/63702128/HuongDanImport.docx
*Nguyễn Ngọc Thành*
__
ter. The example I
> gave was complete overkill, but maybe you found a good balance between
> having a highly available cluster, versus a complete overkill (which I
> think was my problem).
>
> Regards,
> Jason
>
>
>
>
>
>
>
>
> On Mon, Sep 23, 2013 at 5:2
ter to break the system up into smaller
>> pieces instead. Using many small servers to distribute the process is
>> typically the favored approach, instead of having one big massive machine.
>>
>> Anyway, there are a few thoughts off the top of my head. In summary,
>> ther
Hi all,
Some commercial affiliated companies want to kick dhis2 out so they made
the following arguments: "DHIS2 is not built on and use well-know reliable
solutions such as Microsoft Sharepoint, IBM Websphere, Oracle Bea Weblogic"
When most of this is wrong they have some valid points that we n
Hi all
We recently move dhis2 to Hibernate (CentOS & Ubuntu) but we both faced the
problem of not being able to start dhis if the hibernate is embeded in
dhis-support-hibernate.jar
We also noticed that no white space allowed after every line in the config
file.
In Windows, it is fine. I guess it
thanks Knut. I overlooked it when opening it using nano command, it is too
big to be displayed on nano
now its fine
Thanh
On Wed, Jul 24, 2013 at 3:51 AM, Knut Staring wrote:
> Perhaps tomcat/logs/catalina.out
>
>
> On Tue, Jul 23, 2013 at 10:49 PM, Ngoc Thanh Nguyen <
&
Hi
We just moved to Linux server but could not find where stderr and stdout
message in Tomcat are logged. Any suggestions?
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.ne
Yes, this definitely makes dhis2 become more user friendly
like
On Fri, Jul 19, 2013 at 8:05 PM, Knut Staring wrote:
> Here is a proposal to improve usability by auto-selection when there is
> only one option available.
> https://blueprints.launchpad.net/dhis2/+spec/unique-options-as-default
>
ader
>
> On apache2:
>
> http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypreservehost
>
> Bob
>
>
>
>
>
> On 19 July 2013 13:39, wrote:
>
>> **
>> Hi Ngoc, no my server is not public
>> Sent from my BlackBerry wireless device from MTN
>&g
d to adjust memory to tomcat but this has not helped. I join
> Ngoc in asking is there anyone out there with a solution?
>
>
> On Fri, Jul 19, 2013 at 10:20 AM, Ngoc Thanh Nguyen <
> thanh.hispviet...@gmail.com> wrote:
>
>> In our server tomcat access log, there are lo
In our server tomcat access log, there are lots of requests from 127.0.0.1
which is obviously local request. However, no one from our team actually
working from the server so it must be automatic requests. This might be the
reason for our server problems last several days as the system always
resul
result<-as.data.frame(cbind(usernames,passwords),stringsAsFactors=FALSE)
>>>>>
>>>>> result$encrypt<-mapply(genEncryptedPass,password=result$passwords,username=result$usernames)
>>>>>
>>>>> So, with these two basic functions (javaHashCode and
In case you need to expedite creation of thousands of users and passwords
the following classes might help. In essence, all of user creation steps
can be done by sql. However, password hash is a bit tricky in dhis2 when it
depends on Spring Security.
https://dl.dropboxusercontent.com/u/63702128/dh
Apologized. This email was wrongly sent to recipients.
Thanh
2013/2/20 Ngoc Thanh Nguyen
> Cảm ơn email của Hiền.
> Nếu các đơn vị khác cũng làm được như Đà nẵng thì phần mềm này chắc không
> cần phải training gì hết.
> Anh có cc cho các bạn trong nhóm hỗ trợ để có thêm kinh nghiệ
i
quyết.
Còn 1 ý nữa là lần ra Đà nẵng a có thấy bên em dùng phiếu trình duyệt. Thực
tế, em có thể in trực tiếp phiếu này ra từ hệ thống luôn. Khi duyệt hồ sơ
cán bộ chỉ cần ghi vào Phần kết quả và lý do thôi.
Thành
>
>
> --- On *Sun, 17/2/13, Ngoc Thanh Nguyen *wrote:
>
>
> Fro
> --
> Morten
>
>
> On Sat, Jan 26, 2013 at 5:37 PM, Ngoc Thanh Nguyen <
> thanh.hispviet...@gmail.com> wrote:
>
>> Hi all,
>>
>> Sorry if this issue is irrelevant but when I tried to insert something
>> malicious script to dhis2 field, I got it stored, l
Hi all,
Sorry if this issue is irrelevant but when I tried to insert something
malicious script to dhis2 field, I got it stored, like this:
[image: Inline image 1]
It means that data are not filtered at all. In theory, it has a risk of XSS
attack. How do we prevent that?
Thanh
<>
When trying the latest trunk version of dhis2 with mysql database, there
were a number of error relating to cache. Also, the start up routine has a
bug in creating minmaxdataelement table because the name was misspelled.
Therefore, no data value is saved after being entered.
So it seems the claim
I tried to run it behind a proxy, it could not connect to the remote dhis2.
I think proxy is the problem?
Will we support proxy in this app?
T
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe :
LiberationSansRegular is too complex to be a default font in dhis2
In the case of Vietnamese it looks even more problemtatic. I suggeest we
use simple font like Tahoma Arial or Sanserif
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dh
hi
I tried to code and build on Ubuntu. utf8 worked fine but when copying the
war to Tomcat on windows, utf8 is not supported.
anyone has ideas or faced this situation?
ps. i made the hibernate.properties with characterEncoding already
___
Mailing list:
hi all
The current menu system with only 2 big categories: maintenance and
services seem to be not attractive for data entry clerks who comprise
majority of user base. After logging in, only services menu with data entry
link are available. Also, when they want to enter data, all datasets are
hidd
I have a dhis2 db on mysql how to move it to postgresql smoothly?
Thanh
___
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.
hi
I experienced this problem when using mysql, even with fresh one.
But it disappears in postgres. I think there will be a rountine update
which is not compatiable with mysql
This was also reported by someone from Kosovo.
I share so that other people can avoid and dev can fix
Thanh
__
Hi all
I tried to put about 30 extra attributes to orgunit. The number of orgunit
is 1000. So totally, there are 3 orgunitattrvalue but dhis2 takes lots
of time to be logged.
Loading and caching orgunit tree also takes infinitely.
I suppose orgunit attribute values are cached along with orgun
Hi all,
I tried to delete orgunit cache in Maintenance/Data admin/Clear cache and
also in browser/clear cache but the orgunit tree in OrgUnit Maintence did
not reflect the change.
So what is the most thorough method to flush dhis2 cache?
T
___
Mailing
I found this funny trailer http://jz10.java.no/java-4-ever-trailer.html.
It is great that they speak Norwegian.
Have a nice weekend.
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://l
Hi Bob,
Thanks for the feedbacks written in your busy time :-). But I have a
small comments on Selenium. Please read below.
On Thu, Jun 3, 2010 at 5:17 PM, Bob Jolliffe wrote:
> Hi
>
> On 3 June 2010 10:50, Ngoc Thanh Nguyen wrote:
>> Hi Bob,
>>
>> Thanks for the co
ng. This is partial reason why there is no unit testing for
action class. It is so difficult to mock all the session and
interceptor at least in DHIS2. We have only one choice, that is black
box testing. And so far, we have not done any systematic testing on
web modules. Our current approach is
Testing whether it response
___
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
That sounds interesting. No database, no table, or hibernate mapping. Fast
query, high performance. What we want more?
http://www.mongodb.org/display/DOCS/Java+Tutorial
Anyone have ideas about this?
Thanh
___
Mailing list: https://launchpad.net/~dhis2-
On Thu, Mar 11, 2010 at 6:00 PM, Knut Staring wrote:
> Hello everyone,
>
> More work needed:
>
> 3. Ability to accept data exported from an electronic data system or
> perform an extraction therefrom
>
> 4. Support for the following types of indicators: count, ratio, %,
> population rate, $, nati
On Thu, Mar 4, 2010 at 12:11 AM, Bob Jolliffe wrote:
> Hi John
>
> On 3 March 2010 15:20, John lewis wrote:
> > Hi bob,
> > the system generated ID is to one way to identify the case or person.
> using
> > orgunit you mean the code for that organization unit. In india they have
> > generated a 1
t;
>
>
Knut,
The Indian solution is j2me, java on mobile. What I mean is WAP, directly
entering dhis2 in mobile without installation.
Thanh
> On Fri, Sep 25, 2009 at 1:05 PM, Ngoc Thanh Nguyen <
> thanh.hispviet...@gmail.com> wrote:
>
>> Hi all,
>> A simple,
Hi all,
A simple, friendly mobile data entry for dhis2 would be useful as
- grps connection in developing countries are good enough
- 3g connection becomes real soon end of this year.
Thanh
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to
Hi all,
I have been following all the discussions. The key issue is how to make
OpenMRS and DHIS2 talk to each other. This is not about what standards
should be used but THE DESIGN of AN interpreter (translator). I think we
could discuss on how to design this mapping.
The key element in DHIS2 is
On Mon, May 25, 2009 at 3:04 AM, Orvalho Joaquim Augusto wrote:
> Thanks!
>
> This is on discussion here. And for now it sounds too bad.
>
> For now it seems that we will have birt on p servers only.
>
> Caveman
I think it is possible.
- In BIRT report, you can set the report url refer to any m
On Wed, May 20, 2009 at 3:13 AM, Jason Pickering <
jason.p.picker...@gmail.com> wrote:
> Would like to hear what the devs have to say, but maybe something like...
>
> 1) Delete the primary key minmaxdataelementid
> 2) Execute
>
> INSERT INTO minmaxdataelement
> SELECT a.organisationunitid, b.datae
It was translated by G
http://translate.google.com/translate?prev=hp&hl=en&u=http%3A%2F%2Fvietnamnet.vn%2Fcntt%2F2009%2F03%2F835589%2F&sl=vi&tl=en
and Misnistry of ICT recruits more staffs for WITFOR 2009 in Vietnam
http://translate.google.com/translate?prev=hp&hl=en&u=http%3A%2F%2Fvietnamnet.vn
78 matches
Mail list logo