Skip to main content

MedicationCategory

Category enum for a medication entry.

enum MedicationCategory {
AS_NEEDED_MEDICATION
CONCOMITANT_MEDICATION
LONG_TERM_MEDICATION
SELF_MEDICATION
}

Values

MedicationCategory.AS_NEEDED_MEDICATION

Medication that is taken only when needed, e.g. for acute symptoms.

MedicationCategory.CONCOMITANT_MEDICATION

Medication that is taken alongside primary treatment.

MedicationCategory.LONG_TERM_MEDICATION

Medication that is taken regularly over a long period of time.

MedicationCategory.SELF_MEDICATION

Medication that is self-administered by the patient without a prescription.

Member Of

AddMedicationInput input ● Medication object ● UpdateMedicationInput input