INPUT_OBJECT

createDocumentInput

Autogenerated input type of createDocument

link GraphQL Schema definition

  • input createDocumentInput {
  • care_plan_id: ID
  • clients_ids: String
  • course_id: String
  • # Requires additional permissions to edit
  • created_at: String
  • description: String
  • display_name: String
  • file: Upload
  • file_string: String
  • folder_id: String
  • from_date: String
  • from_program_create: Boolean
  • include_in_charting: Boolean
  • is_photo_id: Boolean
  • # Optional. This is passed in when a document is uploaded via a Form Upload
  • # question module. Should be the User ID. Otherwise, nil.
  • on_form_for_user_id: ID
  • org_level: Boolean
  • payout_id: ID
  • provider_ids: [String]
  • rcf_id: ID
  • rel_user_id: String
  • # If using the report_type parameter, value must be one of the following options:
  • # "Short Client List", "Long Client List", "Client Activity List", "Client
  • # Metrics", "Appointments", "Courses", "Program Forms", "Clients Credits",
  • # "Payments", "Transfers", "Transactions", "CMS1500s", "Superbills", "Referring
  • # Physicians", "Insurance Authorization", "Client Blood Sugar", "Requested
  • # Payments"
  • report_type: String
  • # A comma-separated list of doc_share_ids
  • share_users: String
  • share_with_rel: Boolean
  • to_date: String
  • # Requires additional permissions to edit
  • updated_at: String
  • }