language: php
database: mysql
.
I have searched for some files about dicom database, but it just doesn't tell me a simple example.
Here are some I summarized: simple database 5 tables:
- patient(patientid to be the major key)
- study(study instance UID to be the major key)
- series(series instance UID to be the major key)
- image(image instance UID to be the major key)
- link the four tables'major key and write into this table, and of course the
.dcm
files will be stored in the server folder
So do I need to modify somewhere if you think it's wrong? Are there some key data I've already missed? Thanks!