Skip to content

Commit

Permalink
fix consultation create
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Oct 31, 2023
1 parent be7fe42 commit 0f1e079
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/Components/Facility/ConsultationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -712,14 +712,7 @@ export const ConsultationForm = (props: any) => {
treatment_plan: state.form.treatment_plan,
discharge_date: state.form.discharge_date,
patient_no: state.form.patient_no,
// icd11_diagnoses: state.form.icd11_diagnoses_object.map(
// (o: ICD11DiagnosisModel) => o.id
// ),
// icd11_provisional_diagnoses:
// state.form.icd11_provisional_diagnoses_object.map(
// (o: ICD11DiagnosisModel) => o.id
// ),
// icd11_principal_diagnosis: state.form.icd11_principal_diagnosis,
create_diagnoses: isUpdate ? undefined : state.form.create_diagnoses,
verified_by: state.form.verified_by,
investigation: state.form.InvestigationAdvice,
procedure: state.form.procedures,
Expand Down

0 comments on commit 0f1e079

Please sign in to comment.