AppointmentWorkflowStatusChartNoteType
The chart note object for the appointment
Fields
status
· AppointmentWorkflowChartNoteStatus
· Status of the chart note for the appointment Used By
Definition
"""The chart note object for the appointment"""type AppointmentWorkflowStatusChartNoteType { """ ID of the chart note for the appointment """ id: ID
""" Status of the chart note for the appointment """ status: AppointmentWorkflowChartNoteStatus
""" The chart note title for the appointment """ title: String}