Skip to content

AppointmentAutocompleteForm

Autocomplete form for appointment type. Used for AI-generated charting notes.

Fields

custom_module_form · CustomModuleForm · Custom module form for the appointment type
id · ID · ID of the appointment autocomplete form

Used By

Definition

"""
Autocomplete form for appointment type. Used for AI-generated charting notes.
"""
type AppointmentAutocompleteForm {
"""
Custom module form for the appointment type
"""
custom_module_form: CustomModuleForm
"""
ID of the appointment autocomplete form
"""
id: ID
}