# GlassesPrescription **Type:** GraphQL objects **Description:** Information about the glasses prescription ## Fields - fileId (String): File ID from *uploadFile* - prescriptionId (String): Prescription ID - doctor (Doctor): Prescribing doctor details - id (String): Unique ID specific to doctor-practice combination - doctorName (String): Full doctor name - practiceName (String): Practice name - address (String): Practice address - city (String): Practice city - state (String): Practice state - zipCode (String): Practice zip code - patient (Patient): Patient details - patientId (String): Patient ID - firstName (String): First name - middleName (String): Middle name - lastName (String): Last name - dateOfBirth (String): Date of birth in ISO 8601 format, i.e., YYYY-MM-DD - phoneNumber (String): Phone number - email (String): Email address - address (String): Street address #1 - address2 (String): Street address #2 - city (String): City - state (String): State - zipCode (String): Zip code - schedulerLink (String): Scheduler link - corrections (GlassesLenses): Prescribed corrections for distance, near, or multifocal lenses - right (GlassesLens) - left (GlassesLens) - type (GlassesLensType): Lens type - material (GlassesLensMaterial): Lens material - quality (GlassesLensQuality): Lens quality - color (String): Lens color - edge (GlassesLensEdge): Lens edge finish - addons (String): Additional anti-reflective, anti-fog, anti-scratch, and other coatings - focus (GlassesLensFocus): Lens focus - sphere (String): Sphere - cylinder (String): Cylinder - axis (String): Axis - addition (String): Addition - pupillaryDistance (PupillaryDistance): Pupillary distance - segmentHeight (String): Segment height - prism (GlassesLensPrism): Prism corrections - issueDate (String): Issue date for the prescription YYYY-MM-DD format - expirationDate (String): Expiration date for the prescription YYYY-MM-DD format