Skip to content

generateChartingPdfInput

Autogenerated input type of generateChartingPdf

Fields

deprecated DO NOT USE
form_answer_group_array · String · Required. Comma separated array of FormAnswerGroup IDs to include
id · ID · Required. The ID of the patient

Used By

Definition

"""
Autogenerated input type of generateChartingPdf
"""
input generateChartingPdfInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
Required. Comma separated array of FormAnswerGroup IDs to include
"""
form_answer_group_array: String
"""
Required. The ID of the patient
"""
id: ID
include_header_on_every_page: Boolean
pdf_letterhead_template_id: ID
}