Skip to content

Commit

Permalink
[#190] add VA_IDENTIFIER_TYPES enum
Browse files Browse the repository at this point in the history
  • Loading branch information
marisahoenig committed Oct 8, 2020
1 parent ab430c5 commit 739f9ad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1347,6 +1347,16 @@ def check_code(self, cde):
SECOND_CLASS: 2
}

VA_PROFILE_ID = 'va_profile_id'
PID = 'pid'
ICN = 'icn'

VA_IDENTIFIER_TYPES = [
VA_PROFILE_ID,
PID,
ICN
]


class NotificationStatusTypes(db.Model):
__tablename__ = 'notification_status_types'
Expand Down

0 comments on commit 739f9ad

Please sign in to comment.