- ContactsSuggestionJobOptions
Custom tags containing references to other systems
The name of the tag
The value of the tag
{ "name": "Example String", "value": "Example String" }
ID that uniquely maps to a manufacturer, brand, and model combination
Manufacturer name
Brand name
Schedule name
Type name (Toric, Multi-Focal, etc.)
The width of the contact lens from edge to edge measured by millimeters
Indication of the curvature of the inside of the lens measured in millimeters
The amount of lens power measured in diopters (D), minus sign (–) for nearsighted, plus sign (+) for farsighted
The lens meridian with no cylinder power, indicated by a value between 1 and 180 degrees
The amount of lens power for astigmatism measured in diopters (D), minus sign (–) for nearsighted, plus sign (+) for farsighted
The additional magnifying power that applies to the bottom portion of multifocal lenses to fix presbyopia
Indication of dominant or non-dominant eye
Color of the lens
Number of lenses per package
Number of packages
{ "productId": "Example String", "manufacturer": "Example String", "brand": "Example String", "schedule": "Example String", "type": "Example String", "diameter": "Example String", "baseCurve": "Example String", "sphere": "Example String", "axis": "Example String", "cylinder": "Example String", "addition": "Example String", "dominance": "Example String", "color": "Example String", "packageSize": 40, "quantity": 40 }
{ "right": { "__typename": "ContactsProduct" }, "left": { "__typename": "ContactsProduct" } }
File ID from uploadFile (conditionally required if doctor and patient are not set)
Prescription ID
Prescription issue date, if available
Prescription expiration date, if available
Doctor details (conditionally required if prescription file ID is not set)
Patient details (conditionally required if prescription file ID is not set)
Details about the prescribed contacts
Doctor-entered comments
{ "fileId": "Example String", "prescriptionId": "Example String", "issueDate": "Example String", "expirationDate": "Example String", "doctor": { "__typename": "Doctor" }, "patient": { "__typename": "Patient" }, "products": { "__typename": "ContactsProducts" }, "comments": "Example String" }
{ "products": [ { "__typename": "ContactsProducts" } ], "prescription": { "__typename": "ContactsPrescription" } }
{ "jobId": "Example String" }
{ "jobId": "Example String" }
{ "jobId": "Example String", "sendText": true, "sendEmail": true, "buyLink": true }
{ "jobId": "Example String" }
The number of seconds between 0 and 20 to wait for completion; Default: 0 (no wait)
{ "contactsSuggestion": { "__typename": "ContactsSuggestionJobOptions" }, "contactsPrescriptionVerification": { "__typename": "ContactsPrescriptionVerificationJobOptions" }, "contactsPrescriptionIssuance": { "__typename": "ContactsPrescriptionIssuanceJobOptions" }, "contactsFulfillment": { "__typename": "ContactsFulfillmentJobOptions" }, "wait": 40 }
Contacts prescription verification job details
Unique ID for this job
Current job status
Current job reason, if applicable
Contacts details
Contacts options
List of tags used to correlate this workflow with other systems
Last date and time this job was updated
Implements interfaces
Contacts job interface
{ "jobId": "Example String", "status": "Example String", "reason": "Example String", "contacts": { "__typename": "Contacts" }, "options": { "__typename": "ContactsJobOptions" }, "tags": [ { "__typename": "Tag" } ], "updatedAt": "Example String" }