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