PatientSurgeryModel
Model used to retrieve or set information about a patient surgery.
| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientExternalId |
ID of the patient in the integrating system (Required). |
string |
None. |
| SurgeryExternalId |
ID of the surgery in the integrating system (Required). |
string |
None. |
| SurgeryLocationType |
Surgery location name in the integrating system. |
string |
None. |
| NonEyeSurgeryLocationType |
Non surgery location name in the integrating system. |
string |
None. |
| SurgeryDate |
Surgery date of the patient surgery. |
date |
None. |
| Comments |
Comments of the patient surgery. |
string |
None. |
| Surgeon |
Surgeon who performed the surgery. |
string |
None. |
| PortalCreated |
Portal created date of the patient surgery. |
date |
None. |
| Active |
Indicates whether the patient surgery record is active or not. |
boolean |
None. |
| EyeSurgery |
Indicates whether the surgery is for an eye surgery or not. |
boolean |
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. |