Skip to content

Commit

Permalink
added alt number, qualification etc to userbasespec
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacobjeevan committed Jan 21, 2025
1 parent d3c263a commit f7e1758
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions care/emr/resources/user/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ class UserBaseSpec(EMRResource):
first_name: str
last_name: str
phone_number: str = Field(max_length=14)
alt_phone_number: str = Field(max_length=14)
qualification: str
doctor_experience_commenced_on: str
doctor_medical_council_registration: str


class UserUpdateSpec(UserBaseSpec):
Expand Down

0 comments on commit f7e1758

Please sign in to comment.