Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace useDispatch with useQuery and request in PatientRegistration form. #7216

Merged
merged 11 commits into from
Feb 28, 2024
3 changes: 3 additions & 0 deletions src/Components/ExternalResult/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export interface IExternalResult {
sample_collection_date: string;
patient_category: string;
srf_id: string;
permanent_address: string;
test_id: string;
village: string;
district_object: {
id: number;
name: string;
Expand Down
Loading
Loading