Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

ZENMVC.PatientForm

class ZENMVC.PatientForm extends ZENMVC.CRUDTemplate

Example form page based on the CRUD (Create, Read, Update, Delete) base class.

Parameters

parameter LOOKUPCOLUMN = Name;
Name of SQL column displayed in the pick list.
parameter LOOKUPTABLE = ZENDemo_Data.Patient;
Name of SQL table that drives the pick list.
parameter MODELCLASS = ZENMVC.FormDataModel;
Name of DataModel class that drives the form.
parameter PAGETITLE = Patient Form;
Title of this page.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab