GlassesPrescriptionModel
Model used to set information about a glasses prescription.
| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientExternalId |
ID of the patient in the integrating system (Required). |
string |
None. |
| LeftEyePrescriptionDetails |
Prescription details for left eye (Required, if no other prescription data is present). |
string |
None. |
| RightEyePrescriptionDetails |
Prescription details for right eye (Required, if no other prescription data is present). |
string |
None. |
| LeftEyeExpirationDate |
Expiration date for left eye (Required, if no other prescription data is present). |
date |
None. |
| RightEyeExpirationDate |
Expiration date for right eye (Required, if no other prescription data is present). |
date |
None. |
| LeftEyeComments |
Comments for left eye (Required, if no other prescription data is present). |
string |
None. |
| RightEyeComments |
Comments for right eye (Required, if no other prescription data is present). |
string |
None. |
| PortalCreated |
Portal created date of the glasses prescription. |
date |
None. |
| PrescribedDate |
Prescribed Date |
date |
None. |
| Active |
Indicates whether the glasses prescription is active or not. |
boolean |
None. |
| FileName |
Prescription file name. |
string |
None. |
| FileContent |
Prescription file content. |
Collection of byte |
None. |
| Id |
Unique ID of the model in the portal (Read only). |
string |
None. |
| ExternalId |
Unique ID of the model in the integrating system (Required). |
string |
None. |