From d2482499d1fdd6dbc0134c70ec74d93c42a60a00 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Thu, 17 Dec 2020 16:54:09 +0000 Subject: [PATCH] Backup for $currentDate --- src/app/components/vital-signs/vital-signs.component.ts | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/app/components/vital-signs/vital-signs.component.ts b/src/app/components/vital-signs/vital-signs.component.ts index d0addc4..f99633f 100644 --- a/src/app/components/vital-signs/vital-signs.component.ts +++ b/src/app/components/vital-signs/vital-signs.component.ts @@ -89,19 +89,14 @@ export class VitalSignsComponent implements OnInit, OnChanges { console.log(`VitalSignsComponent::changeHR - ${this.thisID}`); this.clearVitals(); - /*this.vitalRequested = 'BPM'; - this.padVisible = true; - this.hrActive = 'col vitalToFront';*/ + this.doRequestInput(); } clearVitals(): void { this.padVisible = false; this.hrActive = 'col'; - /*this.brActive = "col"; - this.satsActive = "col"; - this.bpActive = "col"; - this.tempActive = "col";*/ + this.keyboardVis = 'hideModal'; }