-
Notifications
You must be signed in to change notification settings - Fork 0
Assignment1
Use Quickforms Sample Application and modify it accordingly to create a new simple custom app with the name "patientRegistration" that includes:
- A login screen
- Patient registration home page
- Team members page
- Navigation control for 'Registered Patients' and 'Team Members'
- A simple patient registration form
Import patientRegistration.bak
Note: Don't forget the name of database connection in context.xml should use the same name as the app name "patientRegistration" Note: You also must change context.xml if you wish to connect to a localhost database.
- Set up the configuration file and template that is suitable for your application.
Hints: Create the initial .html and .js files required to build the simple patient registration form.
- Create a Login screen for your Patient Registration app as shown below.
- Create a Patient Registration home page that is user specific and includes:
- A navigation bar with options for 'Registered Patients' and 'Team Members'
- A button for 'New Registration form'
- A table that lists registered patients according to user profile (Refer to the database schema at the end of this page)
- A table that lists team members according to user profile-'Team Members' navigation option (Refer to the database schema at the end of this page)
User profiles are as follow:
Username | Password | Role |
---|---|---|
admin | admin | Administrator |
user1 | user1 | User1 |
Note: The Home page and Team Members page must be user specific.
Hints: Use resources provided in the Quickforms library to create the form elements.
The Home Page for your application should look like this:
Patient Registration Home Page - Users View | Patient Registration Home Page - Administrator View |
---|---|
|
|
The Team Members page should look like this:
Team Member Page - Users View | Team Member Page - Administrator View |
---|---|
|
|
- Create a simple patient registration form that includes:
Field | Type |
---|---|
First Name | Text |
Last Name | Text |
Date of Birth | Date |
Age | Text |
Gender | Select |
Status | Select |
Department | Select |
Agree for the Term | Check box |
Register | Button |
Back | Button |
Your Patient Registration Form should look like this:
- Get Started
- Create a Login/Team members for your App
- Create a Basic Quickforms App
- Add Navigation to your App
- Create a Form
- [Tips: Fast start assignment 1 by copy the "sample" folder](Fast start your project by copy the "sample" folder)
-
Quickforms Basics
-
Tutorials
- Setup Tutorials
- App Development Tutorials
-
Assignments
-
Project
-
Applications
-
Quickforms Advanced
- Project With Database
- Advanced Setup
- HealthApp with Database
- Source Control
- Joining the Team
- Cordova Native Application
- Miscellaneous
- Project With Database
-
-
Form Controls
-
App Controls
-
Report Controls
-
Server Controls
-
Quickforms DAO
-
Email Notification
-
Migrating QuickForms3(Test Server) to QuickForms(Production-Server)