The property "name" in the table "appointment_state" can have the values: "Pending", "Processed", "Canceled".
In entity "appointment_state", name represents the state that will be displayed on the screen, label represents the value that programmer will use to filter the states, and the uuid represents a value to distinguish the states.
An appointment/consultation can have multiple services, a medic and a client.
Note: The value of the field "uuid" is generated automatically.