- GlassesPrescriptionVerificationJobOptions
Information about the lens
Lens type
Lens material
Lens quality
Lens color
Lens edge finish
Additional anti-reflective, anti-fog, anti-scratch, and other coatings
Lens focus
Sphere
Cylinder
Axis
Addition
Pupillary distance
Segment height
Prism corrections
{ "type": "DEMO", "material": "CR39", "quality": "STANDARD", "color": "Example String", "edge": "POLISH", "addons": "Example String", "focus": "BIFOCAL", "sphere": "Example String", "cylinder": "Example String", "axis": "Example String", "addition": "Example String", "pupillaryDistance": { "__typename": "PupillaryDistance" }, "segmentHeight": "Example String", "prism": { "__typename": "GlassesLensPrism" } }
Information about both lenses
Lens type
Lens material
Lens quality
Lens color
Lens edge finish
Additional anti-reflective, anti-fog, anti-scratch, and other coatings
Lens focus
Sphere
Cylinder
Axis
Addition
Pupillary distance
Segment height
Prism corrections
{ "right": { "__typename": "GlassesLens" }, "left": { "__typename": "GlassesLens" }, "type": "DEMO", "material": "CR39", "quality": "STANDARD", "color": "Example String", "edge": "POLISH", "addons": "Example String", "focus": "BIFOCAL", "sphere": "Example String", "cylinder": "Example String", "axis": "Example String", "addition": "Example String", "pupillaryDistance": { "__typename": "PupillaryDistance" }, "segmentHeight": "Example String", "prism": { "__typename": "GlassesLensPrism" } }
Information about the frame
Frame SKU
{ "sku": "Example String" }
Information about the glasses prescription
File ID from uploadFile
Prescription ID
Prescribing doctor details
Patient details
Prescribed corrections for distance, near, or multifocal lenses
Issue date for the prescription YYYY-MM-DD format
Expiration date for the prescription YYYY-MM-DD format
{ "fileId": "Example String", "prescriptionId": "Example String", "doctor": { "__typename": "Doctor" }, "patient": { "__typename": "Patient" }, "corrections": [ { "__typename": "GlassesLenses" } ], "issueDate": "Example String", "expirationDate": "Example String" }
{ "lenses": { "__typename": "GlassesLenses" }, "frame": { "__typename": "GlassesFrame" }, "prescription": { "__typename": "GlassesPrescription" } }
{ "jobId": "Example String" }
{ "jobId": "Example String", "sendText": true, "sendEmail": true, "buyLink": true }
{ "frameOnly": true, "lensReplacement": true, "lensProtection": true, "sendBox": true }
The number of seconds between 0 and 20 to wait for completion; Default: 0 (no wait)
{ "glassesPrescriptionVerification": { "__typename": "GlassesPrescriptionVerificationJobOptions" }, "glassesPrescriptionIssuance": { "__typename": "GlassesPrescriptionIssuanceJobOptions" }, "glassesFulfillment": { "__typename": "GlassesFulfillmentJobOptions" }, "wait": 40 }
Glasses prescription verification job details
Unique ID for this job
Current job status
Current job reason, if applicable
Glasses details
Glasses options
List of tags used to correlate this workflow with other systems
Last date and time this job was updated
Implements interfaces
Glasses job interface
{ "jobId": "Example String", "status": "Example String", "reason": "Example String", "glasses": { "__typename": "Glasses" }, "options": { "__typename": "GlassesJobOptions" }, "tags": [ { "__typename": "Tag" } ], "updatedAt": "Example String" }
Information about the patient
Patient ID
First name
Middle name
Last name
Date of birth in ISO 8601 format, i.e., YYYY-MM-DD
Phone number
Email address
Street address #1
Street address #2
City
State
Zip code
Scheduler link
{ "patientId": "Example String", "firstName": "Example String", "middleName": "Example String", "lastName": "Example String", "dateOfBirth": "Example String", "phoneNumber": "Example String", "email": "Example String", "address": "Example String", "address2": "Example String", "city": "Example String", "state": "Example String", "zipCode": "Example String", "schedulerLink": "Example String" }