Appointment Action View
AppointmentActionView
Properties
Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
id | integer(int64) | false | none | Internal database ID | |
appointmentId | string | false | none | Unique appointment identifier | |
appointmentType | string | false | none | Type of appointment | |
serviceType | string | false | none | Service type code | |
appointmentTime | string | false | none | Scheduled appointment time | |
referenceIds | [string] | false | none | List of reference identifiers | |
createdTime | string | false | none | Record creation timestamp | |
createdBy | string | false | none | User who created the record | |
updatedTime | string | false | none | Record last update timestamp | |
updatedBy | string | false | none | User who last updated the record | |
loadViews | [LoadView] | false | none | List of load views | |
receiptViews | [ReceiptView] | false | none | List of receipt views |
Enum Values
Property | Value |
|---|---|
appointmentType | INBOUND |
appointmentType | OUTBOUND |
appointmentType | BOTH |