createMedicationInput
Autogenerated input type of createMedication
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEcreated_at
· ISO8601DateTime
· Requires additional permissions to edit dosage_option_id
· ID
· The dosage option id to associate with the medication updated_at
· ISO8601DateTime
· 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: ISO8601DateTime custom_name: String directions: String dosage: String
""" The dosage option id to associate with the medication """ dosage_option_id: ID end_date: ISO8601DateTime frequency: String name: String route: String start_date: ISO8601DateTime
""" Requires additional permissions to edit """ updated_at: ISO8601DateTime user_id: ID}