https://patient.dsante.com/inscription

Forms

  • patient_form
    • firstName
    • lastName
    • sexe
    • dateOfBirth
    • nativeCountry
    • countryOfResidence
    • phoneNumber
    • photo
    • plainPassword
    • agreeTerms
    • _token

patient_form

"App\Form\PatientFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\Patient {#620
  -id: null
  -firstName: null
  -lastName: null
  -sexe: null
  -dateOfBirth: null
  -nativeCountry: null
  -countryOfResidence: null
  -phoneNumber: null
  -latitude: null
  -longitude: null
  -photo: null
  -weight: null
  -height: null
  -consultations: Doctrine\Common\Collections\ArrayCollection {#623 …}
  -email: null
  -roles: []
  -password: null
  -otp: false
  -createdAt: DateTimeImmutable @1729632970 {#621
    date: 2024-10-22 21:36:10.588710 UTC (+00:00)
  }
  -updatedAt: DateTimeImmutable @1729632970 {#622
    date: 2024-10-22 21:36:10.588711 UTC (+00:00)
  }
  -isVerified: false
  -resetToken: null
  -patientTokenFCM: null
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\Patient {#620
  -id: null
  -firstName: null
  -lastName: null
  -sexe: null
  -dateOfBirth: null
  -nativeCountry: null
  -countryOfResidence: null
  -phoneNumber: null
  -latitude: null
  -longitude: null
  -photo: null
  -weight: null
  -height: null
  -consultations: Doctrine\Common\Collections\ArrayCollection {#623 …}
  -email: null
  -roles: []
  -password: null
  -otp: false
  -createdAt: DateTimeImmutable @1729632970 {#621
    date: 2024-10-22 21:36:10.588710 UTC (+00:00)
  }
  -updatedAt: DateTimeImmutable @1729632970 {#622
    date: 2024-10-22 21:36:10.588711 UTC (+00:00)
  }
  -isVerified: false
  -resetToken: null
  -patientTokenFCM: null
}
same as passed value

Resolved Options

View Variables