Changes between Version 86 and Version 87 of BluePrintVITA
- Timestamp:
- 03/28/10 13:59:22 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintVITA
v86 v87 102 102 === Central Access === 103 103 104 All data in files of a certain entity type must be accessible from a central point within the application (the "repository"). The application may implement other views in addition to the central repository.104 All data in files for a particular person entity type must be accessible from a central point within the application (the "repository"). In addition to the central repository, the application may implement other views and services for even portions of files. 105 105 106 Especially the following methods must be implemented:106 The repository must implement at least the following: 107 107 108 - creating of new files and registration of records to a file 109 - referencing of files by UUID's 110 - file-level auditing 108 111 - status of the file as a whole 109 112 - opening/closing the file for write access