Class UpdatePhysicianProfileCommand.Parameters
Defines the parameter keys used by UpdatePhysicianProfileCommand.
public static class UpdatePhysicianProfileCommand.Parameters
- Inheritance
-
UpdatePhysicianProfileCommand.Parameters
- Inherited Members
Fields
Address
Parameter key for the physician's address.
public const string Address = "address"
Field Value
BirthDate
Parameter key for the physician's birthdate.
public const string BirthDate = "birthdate"
Field Value
GraduationDate
Parameter key for the physician's medical school graduation date.
public const string GraduationDate = "physician_graduation"
Field Value
LicenseNumber
Parameter key for the physician's medical license number.
public const string LicenseNumber = "physician_license"
Field Value
Name
Parameter key for the physician's full name.
public const string Name = "name"
Field Value
ProfileId
Parameter key for the unique identifier of the physician profile to update.
public const string ProfileId = "profileId"
Field Value
Specializations
Parameter key for the physician's list of medical specializations.
public const string Specializations = "physician_specializations"