Changes between Version 93 and Version 94 of BluePrintVITA
- Timestamp:
- 03/28/10 16:22:18 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintVITA
v93 v94 94 94 is a compliant set - it contains the "Entity" (pfif:person), "Distinction" (pfif:person_record_id, pfif:first_name, pfif:last_name), several "Findings" (pfif:sex, pfif:date_of_birth, pfif:age, pfif:photo_url) and plenty of "Evidence" (pfif:author_name, pfif:source_name, etc.). 95 95 96 == Files==96 == Application Structure == 97 97 98 All data sets describing one and the same instance of a person entity form a '''file'''. 98 === Registries === 99 99 100 For disambiguation, files are sometimes also called '''case'''s.100 All data sets describing the same instance of a person entity form a '''file'''. For disambiguation, files are sometimes also called '''case'''s. 101 101 102 === Central Access === 102 All files for an entity type are accessible through a central '''registry'''. 103 103 104 All data in files (for a particular person entity type) must be accessible from a central point within the application (the "repository"). 104 The registry implements the following: 105 105 106 The repository must implement at least the following: 107 108 - creating of new files and registration of records to a file109 - referencing of files by URI's110 - file-level auditing111 - status of thefile as a whole112 - opening/closing the file for write access113 - permanent removal of the file as a whole from the repository114 - a directory of all available record types in that file106 - dereferencing of URI's 107 - CRUD access brokerage for file contents 108 - file-access auditing 109 - classification of files 110 - administration of file status 111 - administration of access permission to a file as a whole 112 - permanent removal of a file as a whole 113 - a directory of all available record types in a file 114 - coverage statistics of files 115 115 - export of a file as a whole 116 116 - import of a file as a whole 117 117 - merging of files 118 118 119 Additionally, the following is recommended:120 121 - browsing/searching of file contents122 - classification of files123 - coverage statistics of files124 119 === Auditing === 125 120