From d84c24b09a99cd376101951270fea402e1023cc6 Mon Sep 17 00:00:00 2001 From: wayanrivan Date: Mon, 16 Feb 2026 11:32:36 +0700 Subject: [PATCH] update --- src/entity/emr/emr_vital_signs.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/entity/emr/emr_vital_signs.ts b/src/entity/emr/emr_vital_signs.ts index f2cc7ef..b39f259 100644 --- a/src/entity/emr/emr_vital_signs.ts +++ b/src/entity/emr/emr_vital_signs.ts @@ -115,6 +115,9 @@ export class EmrVitalSigns { @Column({ nullable: true, length: 256 }) nursing_interventions: string; + @Column({ nullable: true, length: 10 }) + pain_intensity: string; + @Column({ nullable: true, length: 10 }) staggering: string;