← Back to team overview

dhis2-devs team mailing list archive

Custom Data Entry Forms

 

Hi dears,

I just want to make a suggestions to changes in the model have for
DataEntryForm.

What we have currently is a DataEntryForm *has DataSet and this restricts
custom forms to be used only by datasets. In my case I also want to have
custom forms for encounters or specific program visits (program stages). So
I am suggesting for*

*Currently*
DataEntryForm(id,name,htmlCode,dataSet)

*New proposal*
DataEntryForm(id,name,htmlCode)
DataSet(......,dataEntryForm)
ProgramStage(.....,dataEntryForm)


your comments ...

Thank you
Abyot.
*
*
*
*

Follow ups