File Upload Input
Attributes of the file to be uploaded
{ "name": "Example String", "type": "BMP", "category": "ORDERS" }
Doctor Input
Information about the doctor
Doctor ID (conditionally required if doctor name, practice name, and phone number are not set)
Doctor name (conditionally required if doctor ID is not set)
Practice name (conditionally required if doctor ID is not set)
Phone number (conditionally required if doctor ID is not set)
Fax number
Doctor email address
Street address #1
Street address #2
City
State
Zip code
Website URL
{ "doctorId": "Example String", "doctorName": "Example String", "practiceName": "Example String", "phoneNumber": "Example String", "faxNumber": "Example String", "email": "Example String", "address": "Example String", "address2": "Example String", "city": "Example String", "state": "Example String", "zipCode": "Example String", "url": "Example String" }
Doctor Match Input
Used by 'doctors' query to find doctors with matching fields
{ "doctorName": "Example String", "practiceName": "Example String", "phoneNumber": "Example String", "faxNumber": "Example String", "email": "Example String", "address": "Example String", "address2": "Example String", "city": "Example String", "state": "Example String", "zipCode": "Example String", "url": "Example String" }
Shipping Address Input
Shipping address information
{ "to": "Example String", "address": "Example String", "address2": "Example String", "city": "Example String", "state": "Example String", "zipCode": "Example String" }
Contact Product Input
Information about a product/prescription. Use 'products' query to find possible values for product-specific prescription parameters.
ID that uniquely maps to a manufacturer, brand, and model combination
Indication of left (OS) or right (OD) eye
The amount of lens power measured in diopters (D), minus sign (–) for nearsighted, plus sign (+) for farsighted
The width of the contact lens from edge to edge measured by millimeters
Indication of the curvature of the inside of the lens
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", "eye": "RIGHT", "sphere": "Example String", "diameter": "Example String", "baseCurve": "Example String", "axis": "Example String", "cylinder": "Example String", "addition": "Example String", "dominance": "Example String", "color": "Example String", "packageSize": 40, "quantity": 40 }
Tag Input
Custom tags containing references to other systems
{ "name": "Example String", "value": "Example String" }
Contacts Product Input
ID that uniquely maps to a manufacturer, brand, and potentially other parameters
The width of the contact lens from edge to edge measured by millimeters
Indication of the curvature of the inside of the lens
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", "diameter": 40, "baseCurve": 40, "sphere": 40, "axis": 40, "cylinder": 40, "addition": 40, "dominance": "Example String", "color": "Example String", "packageSize": 40, "quantity": 40 }
Contacts Products Input
{ "right": { "__typename": "ContactsProductInput" }, "left": { "__typename": "ContactsProductInput" } }
Contacts Prescription Input
File ID from uploadFile (conditionally required if doctor and patient are not set)
Prescription ID
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 contact lenses
{ "fileId": "Example String", "prescriptionId": "Example String", "doctor": { "__typename": "DoctorInput" }, "patient": { "__typename": "PatientInput" }, "products": { "__typename": "ContactsProductsInput" } }
Contacts Input
{ "products": { "__typename": "ContactsProductsInput" }, "prescription": { "__typename": "ContactsPrescriptionInput" } }