add diagnostic findings in radiology services
This commit is contained in:
@ -31,6 +31,9 @@ export class RadiologyServices {
|
|||||||
@Column({ nullable: true, type: "text" })
|
@Column({ nullable: true, type: "text" })
|
||||||
result: string;
|
result: string;
|
||||||
|
|
||||||
|
@Column({nullable: true, type: "text"})
|
||||||
|
diagnostic_findings: string;
|
||||||
|
|
||||||
@Column()
|
@Column()
|
||||||
@CreateDateColumn()
|
@CreateDateColumn()
|
||||||
created_at: Date;
|
created_at: Date;
|
||||||
|
|||||||
Reference in New Issue
Block a user