Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/PatientOrderByWithRelationInput.schema.d.ts
2026-04-04 22:13:55 -04:00

89 lines
6.9 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PatientOrderByWithRelationInputObjectSchema: z.ZodType<Prisma.PatientOrderByWithRelationInput>;
export declare const PatientOrderByWithRelationInputObjectZodSchema: z.ZodObject<{
id: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
firstName: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
lastName: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
dateOfBirth: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
gender: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
phone: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
email: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
address: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
city: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
zipCode: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
insuranceProvider: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
insuranceId: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
groupNumber: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
policyHolder: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
allergies: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
medicalConditions: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["asc", "desc"]>, z.ZodLazy<z.ZodType<Prisma.SortOrderInput, z.ZodTypeDef, Prisma.SortOrderInput>>]>>;
status: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
userId: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
createdAt: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
user: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.UserOrderByWithRelationInput, z.ZodTypeDef, Prisma.UserOrderByWithRelationInput>>>;
appointments: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentOrderByRelationAggregateInput, z.ZodTypeDef, Prisma.AppointmentOrderByRelationAggregateInput>>>;
procedures: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureOrderByRelationAggregateInput, z.ZodTypeDef, Prisma.AppointmentProcedureOrderByRelationAggregateInput>>>;
claims: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimOrderByRelationAggregateInput, z.ZodTypeDef, Prisma.ClaimOrderByRelationAggregateInput>>>;
groups: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PdfGroupOrderByRelationAggregateInput, z.ZodTypeDef, Prisma.PdfGroupOrderByRelationAggregateInput>>>;
payment: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentOrderByRelationAggregateInput, z.ZodTypeDef, Prisma.PaymentOrderByRelationAggregateInput>>>;
communications: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CommunicationOrderByRelationAggregateInput, z.ZodTypeDef, Prisma.CommunicationOrderByRelationAggregateInput>>>;
documents: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientDocumentOrderByRelationAggregateInput, z.ZodTypeDef, Prisma.PatientDocumentOrderByRelationAggregateInput>>>;
}, "strict", z.ZodTypeAny, {
status?: "asc" | "desc" | undefined;
createdAt?: "asc" | "desc" | undefined;
id?: "asc" | "desc" | undefined;
userId?: "asc" | "desc" | undefined;
user?: Prisma.UserOrderByWithRelationInput | undefined;
procedures?: Prisma.AppointmentProcedureOrderByRelationAggregateInput | undefined;
claims?: Prisma.ClaimOrderByRelationAggregateInput | undefined;
email?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
phone?: "asc" | "desc" | undefined;
appointments?: Prisma.AppointmentOrderByRelationAggregateInput | undefined;
payment?: Prisma.PaymentOrderByRelationAggregateInput | undefined;
dateOfBirth?: "asc" | "desc" | undefined;
insuranceProvider?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
firstName?: "asc" | "desc" | undefined;
lastName?: "asc" | "desc" | undefined;
gender?: "asc" | "desc" | undefined;
address?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
city?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
zipCode?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
insuranceId?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
groupNumber?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
policyHolder?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
allergies?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
medicalConditions?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
groups?: Prisma.PdfGroupOrderByRelationAggregateInput | undefined;
documents?: Prisma.PatientDocumentOrderByRelationAggregateInput | undefined;
communications?: Prisma.CommunicationOrderByRelationAggregateInput | undefined;
}, {
status?: "asc" | "desc" | undefined;
createdAt?: "asc" | "desc" | undefined;
id?: "asc" | "desc" | undefined;
userId?: "asc" | "desc" | undefined;
user?: Prisma.UserOrderByWithRelationInput | undefined;
procedures?: Prisma.AppointmentProcedureOrderByRelationAggregateInput | undefined;
claims?: Prisma.ClaimOrderByRelationAggregateInput | undefined;
email?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
phone?: "asc" | "desc" | undefined;
appointments?: Prisma.AppointmentOrderByRelationAggregateInput | undefined;
payment?: Prisma.PaymentOrderByRelationAggregateInput | undefined;
dateOfBirth?: "asc" | "desc" | undefined;
insuranceProvider?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
firstName?: "asc" | "desc" | undefined;
lastName?: "asc" | "desc" | undefined;
gender?: "asc" | "desc" | undefined;
address?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
city?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
zipCode?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
insuranceId?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
groupNumber?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
policyHolder?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
allergies?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
medicalConditions?: "asc" | "desc" | Prisma.SortOrderInput | undefined;
groups?: Prisma.PdfGroupOrderByRelationAggregateInput | undefined;
documents?: Prisma.PatientDocumentOrderByRelationAggregateInput | undefined;
communications?: Prisma.CommunicationOrderByRelationAggregateInput | undefined;
}>;
//# sourceMappingURL=PatientOrderByWithRelationInput.schema.d.ts.map