export declare enum PatientGender {
    Femme = "F",
    Homme = "M"
}
//# sourceMappingURL=patient.enum.d.ts.map