generateChartingPdfInput
Autogenerated input type of generateChartingPdf
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEform_answer_group_array
· String
· Required. Comma separated array of FormAnswerGroup IDs to include 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}