id | Integer | The unique identifier for the prescription. |
note | Integer | Additional notes or comments related to the prescription. |
images | Array | An array of image URLs associated with the prescription. |
status | Integer | The current status of the prescription. Prescription Statuses - Status (1): Prescription has been created.
- Status (2): Prescription is currently processing.
- Status (3): Prescription has been delivered.
- Status (4): Prescription has been canceled.
|
insurance_company | Object | Information about the insurance company associated with the prescription. |
creation_date | Timestamp | The formatted creation date and time of the prescription. |
user | Object | An object that contains information about the user who created the prescription. |
address | Integer | Placeholder for address-related information (empty object). |
cancellation_id | Integer | The ID of the cancellation reason if the prescription is canceled. |
cancellation_reason | Object | An object that provides details about the reason for canceling the prescription. |
cancellation_text | String | Additional comments related to the prescription cancellation. |