PrescriptionMedicationStatus
Prescription medication status type filter enum
Used By
Definition
"""Prescription medication status type filter enum"""enum PrescriptionMedicationStatus { """ (prescriptions and medications) """ ACTIVE
""" (prescriptions and medications) """ ERROR
""" (prescriptions and medications) has a future start date """ FUTURE
""" (prescriptions and medications) """ HIDDEN
""" (prescriptions and medications) Marked inactive by the user or past its end date """ INACTIVE
""" (prescriptions only) """ PENDING
""" (prescriptions only) """ REORDERED}