Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class IndiceDeMasaCorporalComponent extends RUPComponent implements OnIni
talla: any;
registroTalla: any;
registroPeso: any;
public alerta = '';
public alerta: string;
private pesoConceptId = '27113001';
private tallaConceptId = '14456009';
registro: any = {};
Expand All @@ -25,7 +25,7 @@ export class IndiceDeMasaCorporalComponent extends RUPComponent implements OnIni
termCapitalizado: string;

ngOnInit() {

this.alerta = '';
if (!this.soloValores) {
// Observa cuando cambia la propiedad 'percentiloPeso' en otro elemento RUP
this.conceptObserverService.observe(this.registro).subscribe((data) => {
Expand Down
Loading