Re: [Dhis2-devs] Web API to create dataValueSets across multiple dataSets

2014-04-08 Thread Aravind Muralikrishnan
Thanks Jason! That helps. On Tue, Apr 8, 2014 at 12:40 PM, Jason Pickering < jason.p.picker...@gmail.com> wrote: > Hi Aravind, > It makes no difference that the data elements may be assigned to different > datasets if you are importing data. The value sent for one dataset will be > the same as t

Re: [Dhis2-devs] Web API to create dataValueSets across multiple dataSets

2014-04-08 Thread Jason Pickering
Hi Aravind, It makes no difference that the data elements may be assigned to different datasets if you are importing data. The value sent for one dataset will be the same as the other data set (for a given orgunit/period/categorycombo/attributecombo). We first send the data values, and then the co

Re: [Dhis2-devs] Web API to create dataValueSets across multiple dataSets

2014-04-07 Thread Aravind Muralikrishnan
Thanks Morten. We do have a couple of dataelements shared across datasets, and we need to capture the data per dataset. So we might not be able to use this api. On Tue, Apr 8, 2014 at 12:01 PM, Morten Olav Hansen wrote: > Hi > > Have you had a look at our API for sending bulks of data values [1

Re: [Dhis2-devs] Web API to create dataValueSets across multiple dataSets

2014-04-07 Thread Morten Olav Hansen
Hi Have you had a look at our API for sending bulks of data values [1] ? It currently does not support datasets (which means, no completion), but it works good for sending multiple values. [1] http://www.dhis2.org/doc/snapshot/en/user/html/ch28s08.html#d5e7321 -- Morten On Tue, Apr 8, 2014 at

[Dhis2-devs] Web API to create dataValueSets across multiple dataSets

2014-04-07 Thread Aravind Muralikrishnan
Hello, Is there a Web API to create dataValueSets across multiple dataSets? We have a use case where we would want to upload dataValueSets for multiple dataSets and would want them to be saved in one single transaction. If this is not available and if the community thinks that this is a generic e