Skip to content

Commit

Permalink
added fix for the on change of visit category refresh the history pages
Browse files Browse the repository at this point in the history
  • Loading branch information
bhpratibha committed May 29, 2024
1 parent 1c60f52 commit c1c6cd1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ export class WorkareaComponent
this.patientMedicalForm.removeControl('patientANCForm');
this.patientMedicalForm.removeControl('patientCaseRecordForm');
this.patientMedicalForm.removeControl('patientReferForm');
// this.patientMedicalForm.removeControl('NCDScreeningForm');
this.patientMedicalForm.removeControl('NCDScreeningForm');
this.patientMedicalForm.removeControl('idrsScreeningForm');

this.showQuickConsult = false;
Expand All @@ -847,6 +847,7 @@ export class WorkareaComponent
this.showPNC = false;
this.showCaseRecord = false;
this.showRefer = false;
this.changeDetectorRef.detectChanges();
}

submitPatientMedicalDetailsForm(medicalForm: any) {
Expand Down

0 comments on commit c1c6cd1

Please sign in to comment.