Skip to content

Commit

Permalink
audit enum
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloarocha committed May 20, 2024
1 parent 460a87a commit d034280
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ class PrescriptionAuditTypeEnum(Enum):
UNCHECK = 2
REVISION = 3
UNDO_REVISION = 4
INTEGRATION_CLINICAL_NOTES = 5
INTEGRATION_PRESCRIPTION_RELEASE = 6


class PrescriptionDrugAuditTypeEnum(Enum):
Expand Down

0 comments on commit d034280

Please sign in to comment.