Skip to content

Commit

Permalink
Reuse Existing Function
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidSumra committed Nov 7, 2024
1 parent 6c32072 commit 7976cea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Patient/PatientRegister.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import TransferPatientDialog from "@/components/Facility/TransferPatientDialog";
import {
DistrictModel,
DupPatientModel,
FacilityModel,
WardModel,
} from "@/components/Facility/models";
import {
Expand Down Expand Up @@ -94,6 +95,8 @@ import {
scrollTo,
} from "@/Utils/utils";

import { UserModel } from "../Users/models";

type PatientForm = PatientModel &
PatientMeta & { age?: number; is_postpartum?: boolean };

Expand Down

0 comments on commit 7976cea

Please sign in to comment.