added patient age
This commit is contained in:
parent
bef01c0408
commit
bf589f1526
@ -26,6 +26,7 @@ public function up(): void
|
||||
$table->string('patient_id')->nullable();
|
||||
$table->string('patient_name');
|
||||
$table->string('patient_sex')->nullable();
|
||||
$table->string('patient_age')->nullable();
|
||||
$table->date('patient_birthdate')->nullable();
|
||||
|
||||
$table->string('study_instance_uid')->index();
|
||||
|
Loading…
Reference in New Issue
Block a user