feat(vital-sgin): add column of onset
This commit is contained in:
@ -157,6 +157,9 @@ export class EmrVitalSigns {
|
||||
@Column({ nullable: true, type: "boolean" })
|
||||
support_when_sittiong: boolean;
|
||||
|
||||
@Column({ nullable: true, length: 64 })
|
||||
onset: string;
|
||||
|
||||
@Column()
|
||||
@CreateDateColumn()
|
||||
created_at: Date;
|
||||
|
||||
Reference in New Issue
Block a user