Re: [Dhis2-devs] Custom data entry form for hospital patient registers

2010-04-01 Thread damilola
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }Thank you very much Abyot for you prompt response. I will try do a work around the section again. If you examine the form i attached earlier on i have a nested situation which im not sure the section module can handle. For instanc

Re: [Dhis2-devs] Custom data entry form for hospital patient registers

2010-04-01 Thread Abyot Gizaw
On Wed, Mar 31, 2010 at 5:43 PM, wrote: > Hi Abyot. Thanks for this. It finally woked. > > Yea i need a kind of nested . Is it available??? > No we don't have that - has never been an issue as well. What users were requesting and what we have is - sections in data entry forms. Each section can

Re: [Dhis2-devs] Custom data entry form for hospital patient registers

2010-03-31 Thread damilola
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }Hi Abyot. Thanks for this. It finally woked. Yea i need a kind of nested . Is it available??? Thanks. .damilola GMD On Wed 31/03/10 4:16 PM , Abyot Gizaw aby...@gmail.com sent: Hi Damilola, On Wed, Mar 31, 2010 at 1:02 PM,

Re: [Dhis2-devs] Custom data entry form for hospital patient registers

2010-03-31 Thread Abyot Gizaw
Hi Damilola, On Wed, Mar 31, 2010 at 1:02 PM, wrote: > Thanks Jas for the astute insight. > This is what i am trying to do...see the screens attached. > I have tried to use the patient management as shown below. These are my > challenges > > 1.There are quite a number of option items on the for

Re: [Dhis2-devs] Custom data entry form for hospital patient registers

2010-03-31 Thread bharath kumar
> Now, the problem that I see with this is that as far as I can tell, there > is no way to transform a patient attribute into an aggregate data element. > What I think you are asking for is a patient domain type data element, with > a predefined list as a value, which then gets somehow transformed

Re: [Dhis2-devs] Custom data entry form for hospital patient registers

2010-03-31 Thread Jason Pickering
Well, in theory, you can do this with a patient attribute as Khumar outlined. Just go to Maintainence->Patient and programs->Patient attribute management and add a new patient attribute of type "Predefined value" I get a null pointer exception when trying to add a patient attribute of type "Predef

Re: [Dhis2-devs] Custom data entry form for hospital patient registers

2010-03-31 Thread bharath kumar
I am trying to build the latest code, having some problem with the internet. once i finish building will reply u. On Wed, Mar 31, 2010 at 6:15 PM, wrote: > Thanks Jason for your elaborate response. > Please how can i achieve a predefined type for data element? I need the > following Date, predef

Re: [Dhis2-devs] Custom data entry form for hospital patient registers

2010-03-31 Thread damilola
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }Thanks Jason for your elaborate response. Please how can i achieve a predefined type for data element? I need the following Date, predefined as pointed out by kumar in addtion to the Yes/No,Number and Text. I appreciate your urg

Re: [Dhis2-devs] Custom data entry form for hospital patient registers

2010-03-31 Thread Jason Pickering
Hi there. I have come up against a similar issue in Tajkistan, where there is a need to record primary and final diagnosis for a patient. I must admit, that I do not feel DHIS2 is the correct tool for this. Ideally, there would be a single data element for each, and a dropdown list of pre-defined

Re: [Dhis2-devs] Custom data entry form for hospital patient registers

2010-03-31 Thread damilola
Thanks Kumar..i must have been missing stuffs out then...but i checked again and i couldnt see more than Number/Text/Yes*No/Date for the patientAttribute. I cant see the predefined and others you mentioned. Its possible i m not patient please can you point me to it??? I tried changing the dataDi

Re: [Dhis2-devs] Custom data entry form for hospital patient registers

2010-03-31 Thread bharath kumar
On Wed, Mar 31, 2010 at 4:32 PM, wrote: > Thanks Jas for the astute insight. > This is what i am trying to do...see the screens attached. > I have tried to use the patient management as shown below. These are my > challenges > > 1.There are quite a number of option items on the form. I know DHIS2

Re: [Dhis2-devs] Custom data entry form for hospital patient registers

2010-03-30 Thread Jason Pickering
Just a note of caution here. It is not so straightforward as a simple count aggregation (although I have written a blueprint for a count aggregator in the normal datamart operation as well). In some cases, it may be a combination of a count and a sum. For instance, you may have multiple patient lev

Re: [Dhis2-devs] Custom data entry form for hospital patient registers

2010-03-30 Thread damilola
Thanks! Great job Kumar! Is the AggregationEngine in 2.0.3 or the 2.0.4RC??? i need the count(DE) for aggregator operator. I am sure i saw it somewhere but cant remember where. is it something you can help figure out??? .damilola GMD On Tue 30/03/10 5:57 PM , bharath kumar chbhara...@gmail.co

Re: [Dhis2-devs] Custom data entry form for hospital patient registers

2010-03-30 Thread bharath kumar
On Tue, Mar 30, 2010 at 7:26 PM, wrote: > Dear Team, > I have the following concerns. > 1. I need to develop a custom data entry form from a register having > patient detail like patient's name, patient's address, etc > At this moment there is no CustomDataEntryForm Design for Patient Registratio

[Dhis2-devs] Custom data entry form for hospital patient registers

2010-03-30 Thread damilola
Dear Team, I have the following concerns. 1. I need to develop a custom data entry form from a register having patient detail like patient's name, patient's address, etc 2. I need dhis2 to aggregate these patients counts into a summary form which will be aggregate up the hierarchy. 3. Why don't w