Skip to content

PrescriptionMedicationTypeEnum

Enum for the type of medication

Used By

Definition

"""
Enum for the type of medication
"""
enum PrescriptionMedicationTypeEnum {
"""
A prescription medication
"""
PRESCRIPTION
"""
A general medication
"""
MEDICATION
}