Version 6 (modified by 2 days ago) ( diff ) | ,
---|
Релациска шема (со мапирачка трансформација)
Ознаки
- Примарни клучеви: bold и underline
- Надворешни клучеви: bold и * до името на надворешниот клуч, во заграда табелата кон која покажува
Табели
- AppUser(ssn, email, password, firstName, lastName)
- Patient(userId(AppUser), patientId)
- Doctor(userId(AppUser), workingHours, licenseNumber, hospitalId)
- Specialist(userId(AppUser), licenseNumber, hospitalId)
- Comment(commentId, createdBy(AppUser), createdAt, comment)
- Report(reportId, description, isFinished)
- MedicineRecepit(medicineRecepitId, reportId(Report), medicineName, quantity)
- IsApprovedMedicineRecepit(approvalId, receiptId(MedicineRecepit), approvedBy(AppUser), IsApproved)
- Examination(examinationId, patientId(AppUser), doctorId(AppUser), specialistId(AppUser), dateTime)
- Review(reviewId, patientId(AppUser), doctorId(AppUser), rank)
DDL скрипта за бришење на табелите и креирање на табелите
DML скрипта за полнење на табелите со податоци
Релациски дијаграм изваден од DBeaver
Attachments (3)
- create.sql (2.1 KB ) - added by 2 days ago.
- populate.sql (4.7 KB ) - added by 2 days ago.
- diag.png (203.8 KB ) - added by 2 days ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.