OBJECT
CustomModuleForm
A template for a form, that can then be filled out
link GraphQL Schema definition
- type CustomModuleForm {
- # The date on which the template was created
- String :
- # The questions in the template
- CustomModule!]! : [
- # Custom column used by API users. Used to relate our form objects with objects in
- # third-party systems
- String :
- # Custom column used by API users. Used to relate our form objects with objects in
- # third-party systems
- String :
- # All filled out forms for this template
- FormAnswerGroup!] : [
- # The form has matrix field
- Boolean :
- # When true, the form has modules that the user has to fill out
- Boolean :
- # The unique identifier of the module form
- ID! :
- # Whether the form contains only one custom_module with mod_type 'video' and was
- # created as part of a program
- Boolean :
- # User who last updated this form
- User :
- # The given name of the template
- String :
- # Whether subsequent times filling out the template, will start with the template
- # prefilled with the previous answers
- Boolean :
- # The date on which the template was updated
- String :
- # Whether or not this form was uploaded by Healthie team member
- Boolean :
- # Whether the template can be used to chart with
- Boolean :
- # Whether the template was made for a program
- Boolean :
- # The owner of the template
- User :
- }
link Require by
- AppointmentSettingAppointment Setting options that a provider can customize
- AppointmentTypeFormConnectionAn object containing event which should be taken before or after appointment
- copyCustomModuleFormPayloadAutogenerated return type of copyCustomModuleForm.
- createCustomModuleFormPayloadAutogenerated return type of createCustomModuleForm.
- CustomModuleA question in a template
- deleteCustomModuleFormPayloadAutogenerated return type of deleteCustomModuleForm.
- FormAnswerGroupA completed form, with metadata about the completion, and the saved answers
- IntakeFlowItemThe intake flow item
- QueryThe query root of this schema. See available queries.
- RecurringFormA Recurring Form
- RequestedFormCompletionA request, from a provider to a client, to fill out a form
- shareCustomModuleFormPayloadAutogenerated return type of shareCustomModuleForm.
- updateCustomModuleFormPayloadAutogenerated return type of updateCustomModuleForm.