Layered Architecture
PatientPro runs on a standard 3-level architecture which includes:
- Client-level applications
- Server-level applications
- Backend database layer
Those not familiar with the purpose of layered architectures should find it interesting that the implementation of each layer can be changed internally while still maintaining the system's total functions. As long as there is a well defined interface for each layer, and that interface is immutable, the system will continue to function regardless of the inner-workings of each layer.
Architectural Diagram
Glossary of terms
data integrity - refers to the consistency of data and its quality as in corruption in the data induced by software or hardware

0 Comments:
Post a Comment
<< Home