createMedicationInput
Autogenerated input type of createMedication
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEcreated_at
· String
· Requires additional permissions to edit dosage_option_id
· ID
· The dosage option id to associate with the medication updated_at
· String
· Requires additional permissions to edit Used By
Definition
"""Autogenerated input type of createMedication"""input createMedicationInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") active: Boolean = false code: String comment: String
""" Requires additional permissions to edit """ created_at: String custom_name: String directions: String dosage: String
""" The dosage option id to associate with the medication """ dosage_option_id: ID end_date: String frequency: String name: String route: String start_date: String
""" Requires additional permissions to edit """ updated_at: String user_id: String}