This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
User registration | |
---> valid unique unchangeable email | |
---> first name, middle name (optional) and last name | |
---> Date of Birth: Month, Date, and Year. | |
---> Address: Street and number (optional), City, State, Zip Code. | |
---> MRN -> PK generated by the system. must all be digits with size 3-9 and no leading zeroes allowed. | |
---> gender -> male,female and other. | |
User Roles | |
---> Patient and Admin |