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'; }