Skip to content

AppointmentWorkflowChartNoteStatus

Chart note statuses

Used By

Definition

"""
Chart note statuses
"""
enum AppointmentWorkflowChartNoteStatus {
CREATED
SIGNED
LOCKED
SIGNED_AND_LOCKED
}