Class UpdateProfileCommand.Parameters
Defines the parameter keys used by UpdateProfileCommand. Includes common fields shared by all profile types and role-specific fields.
public static class UpdateProfileCommand.Parameters
- Inheritance
-
UpdateProfileCommand.Parameters
- Inherited Members
Fields
Address
Parameter key for the user's address (all profile types).
public const string Address = "address"
Field Value
BirthDate
Parameter key for the user's birthdate (all profile types).
public const string BirthDate = "birthdate"
Field Value
Parameter key for the administrator's email address (administrator-specific).
public const string Email = "email"
Field Value
Gender
Parameter key for the patient's gender (patient-specific).
public const string Gender = "patient_gender"
Field Value
GraduationDate
Parameter key for the physician's graduation date (physician-specific).
public const string GraduationDate = "physician_graduation"
Field Value
LicenseNumber
Parameter key for the physician's medical license number (physician-specific).
public const string LicenseNumber = "physician_license"
Field Value
Name
Parameter key for the user's full name (all profile types).
public const string Name = "name"
Field Value
ProfileId
Parameter key for the unique identifier of the profile to update.
public const string ProfileId = "profileId"
Field Value
Race
Parameter key for the patient's race/ethnicity (patient-specific).
public const string Race = "patient_race"
Field Value
Specializations
Parameter key for the physician's medical specializations (physician-specific).
public const string Specializations = "physician_specializations"