add diagnostic findings in radiology services

This commit is contained in:
avicenan
2026-04-16 14:01:51 +07:00
parent 669f498fe6
commit 57c050f7a3

View File

@ -31,6 +31,9 @@ export class RadiologyServices {
@Column({ nullable: true, type: "text" })
result: string;
@Column({nullable: true, type: "text"})
diagnostic_findings: string;
@Column()
@CreateDateColumn()
created_at: Date;