- All the tables would be under a database named WECARE.
- To register a hospital to WeCare, the hospital is provided some credentials by WeCare and these will be called WeCareRegisterationCredentials.
- These will be stored in table called LICENSE.
- This table will not be accessible to the hospitals
- The credentials will be able to register as many hospitals as purchased by the user in license agreement. The maximum number can be controlled by an external property
- Many members would be able to be registered under the hospital. The main types of the members would be
- Doctors
- Clinical Staff (Nurses,Pharmacists)
- Non Clinical Staff (Clerk, Drivers)\
Saturday, January 4, 2014
WeCare
Subscribe to:
Posts (Atom)
SpringBoot Application Event Listeners
When a spring boot application starts few events occurs in below order ApplicationStartingEvent ApplicationEnvironmentPreparedEvent Applicat...
-
1. Create a tld file inside WEB-INF folder having declaration of the custom function as below <?xml version="1.0" encoding=...
-
JOIN : Return rows when there is at least one match in both tables LEFT JOIN : Return all rows from the left table, even if there are no m...