dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #04408
Merged patient-branch with trunk
Hi,
I finished merge patient branch with trunk. Almost all the changes is in
patient-module. The biggest change that will effect the trunk is the
DataEntryForm.
Before , DataEntryForm is only for DataSet.
But now, DataEntryForm is also for ProgramStage . So a new table was
created : DataEntryFormAssociation , and I removed the DataSet out of the
DataEntryForm .
DataEntryFormAssociation will have 3 fields : associationName,
associationId, and dataEntryformId.
In API and service-core module, I moved the DataEntryForm object out of
the dataset package, and create new package "dataentryform". This will
change alot in xml config files, I tried to search all the places and update
the changes. I hope I don't miss anything...
If there is any error, please be calm and tell me, i will fix i right
away...
Thank you,
--
Viet Nguyen
Follow ups