Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this case, to specified the right eye as the balance lens, the file might send:
_LSTYLE=ST28;ST28
_BALANCE=R

This would identify that the right eye is to be a balance lens. To allow Rx-Universe to automatically substitute the balance lens style, a field is available on the lens style where the lab can specify the lens style to switch to for a balance lens job - since a manually entered order allows the user to specify that with the lens style, this is only needed and used for jobs coming in via file or endpoint. Again, using the example illustrated here, the ST28 lens style would be set up with ST28BL as the balance lens style:

...

When a raw file is processed with the _BALANCE option set to L or R, or the endpoint option is set for one of the eyes, the system will check the “Balance lens style” for the style specified and set the lens style for the balance eye to the “Balance lens style” value. For example, the following submission to the order endpoint:
{
"customerNum": "1",
"custJobID": "BALANCE LENS TEST2",
"poNumber": "BALANCELENSEST2",
"releaseNumber": "12346",
"jobType": "F",
"shipToNum": "1",
"shipToName": "Gene Simmons",
"shipToAddress1": "1 Beth Ave",
"shipToAddress2": "",
"shipToAddress3": "Las Angeles",
"shipToAddress4": "CA",
"shipToCode": "12345",
"rtLensStyle": "ST28",
"ltLensStyle": "ST28",
"rtLensMaterial": "C",
"ltLensMaterial": "C",
"rtLensColor": "",
"ltLensColor": "",
"rtLensTreat": "SRC",
"ltLensTreat": "SRC",
"rtSPH": -1,
"ltSPH": -1.25,
"rtCYL": -0.50,
"ltCYL": -0.75,
"rtAX": 115,
"ltAX": 85,
"rtIPD": 31,
"ltIPD": 31,
"rtNPD": 29.5,
"ltNPD": 29.5,
"rtSEGHT": 20,
"ltSEGHT": 20,
"rtADD": 2.25,
"ltADD": 2.25,
"rtBalance": "Y",
"REM": "Please rush",
"_FSTATUS": "F",
"HBOX": 52,
"VBOX": 48,
"FED": 53,
"DBL": 14
}

Results in the following order being created:

...

Just as with the manually created order, the right eye is a balance lens, but ST28 blanks are selected for the job, and the job is priced as described above:

...