Backup for $currentDate
This commit is contained in:
parent
a4b8625d0f
commit
d2482499d1
@ -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';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user