Backup for $currentDate

This commit is contained in:
Martin Donnelly 2020-12-17 16:54:09 +00:00
parent a4b8625d0f
commit d2482499d1

View File

@ -89,19 +89,14 @@ export class VitalSignsComponent implements OnInit, OnChanges {
console.log(`VitalSignsComponent::changeHR - ${this.thisID}`); console.log(`VitalSignsComponent::changeHR - ${this.thisID}`);
this.clearVitals(); this.clearVitals();
/*this.vitalRequested = 'BPM';
this.padVisible = true;
this.hrActive = 'col vitalToFront';*/
this.doRequestInput(); this.doRequestInput();
} }
clearVitals(): void { clearVitals(): void {
this.padVisible = false; this.padVisible = false;
this.hrActive = 'col'; this.hrActive = 'col';
/*this.brActive = "col";
this.satsActive = "col";
this.bpActive = "col";
this.tempActive = "col";*/
this.keyboardVis = 'hideModal'; this.keyboardVis = 'hideModal';
} }