Form Inheritance

Dynasite generates the Java source code for each form. Most forms extend EncounterData; however, it is posible to change the inheritance. There is no user interface for this; however, you may connect to the database and change the inheritance:

update admin.form set super_class = 'org.rti.zcore.PatientRegistration' where id=1;