update
This commit is contained in:
@ -39,6 +39,9 @@ export class EmrVitalSigns {
|
|||||||
@Column({ nullable: true, length: 64 })
|
@Column({ nullable: true, length: 64 })
|
||||||
respiratory_rate: string;
|
respiratory_rate: string;
|
||||||
|
|
||||||
|
@Column({ nullable: true, length: 64 })
|
||||||
|
saturation: string;
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
type: "enum",
|
type: "enum",
|
||||||
enum: consciousness,
|
enum: consciousness,
|
||||||
|
|||||||
Reference in New Issue
Block a user