Package healthcare.users.controllers
Class UserController
java.lang.Object
healthcare.users.controllers.UserController
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UserController
-
-
Method Details
-
initializeUsers
public static void initializeUsers() -
registerUser
public static void registerUser(String userId, String name, String dob, String gender, String bloodType, String email, String phoneNumber, String role, String hashedPassword) throws IOException - Throws:
IOException
-
changeUserPassword
public static void changeUserPassword(String hospitalId, String newHashedPassword) throws IOException - Throws:
IOException
-